-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] - Attempted import error: 'calendar' is not exported from '@nextui-org/theme' #2954
Comments
I am having the same issue.
|
FYI I was able to get this working. Once I reverted back to the older version (2.2.9), I ran in my project "npm upgrade" and it now seems to work. |
Can you guys share how you upgraded it? also if possible please share your package.json / stackblitz link for us to investigate. |
I had the same issue and to fix it, I deleted all NextUI related lines in package.json first. And then, I type "npm install" and reinstalled library it using NextUI CLI by using "nextui add -all" and it fixed the dependency issue. Hope this helps. |
Hello, I've just fixed the same issue while importing the The error is saying that After that I got another error that was saying something is not exported from Everything is working now like a charm! P.S. One thing to note: when I ran |
|
Closing this issue - make sure you have latest |
NextUI Version
2.3.6
Describe the bug
Whenever I update the package
@nextui-org/react
or installnpm install @nextui-org/calendar
, I always get an errorCould you kindly help me fix this or if its a bug. I am upgrading from V.2.29
I have even installed
npm install @nextui-org/calendar
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Upgrade from version 2.2.9 to latest version, of install
npm install @nextui-org/calendar
Expected behavior
Successfully import
import {DateRangePicker} from "@nextui-org/react";
and use it without getting error aboveScreenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: