Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 - Fixed build error in src\utils\theme.ts #1404

Open
wants to merge 678 commits into
base: master
Choose a base branch
from

Conversation

alfisdad
Copy link

Building a project with v-calendar v3.1.0 as a dependency caused the following error:
node_modules/v-calendar/dist/types/src/utils/theme.d.ts:1:36 - error TS2307: Cannot find module '@/utils/date/range' or its corresponding type declarations.

1 import type { DateRangeCell } from '@/utils/date/range';
~~~~~~~~~~~~~~~~~~~~

Found 1 error in node_modules/v-calendar/dist/types/src/utils/theme.d.ts:1

The issue was the "@" at the beginning of the path. Changed to ".." and it builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants