-
-
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] - DateInput extendVariants not working #3502
Comments
I have the same issue extending Spinner |
@hugo-lovighi can you also share your code? |
Of cource ! Spinner.tsx component:
package.json after this nextui update:
to
I got this error when I try to render the Spinner with the variant size (other sizes working fine) Example.tsx:
I try to fix this issue but without success. |
@hugo-lovighi thanks. I got the problem and made the PR already. |
Thanks a lot ! We downgraded temporarily the dependencies. We are waiting patiently :) |
I've been running into this issue as well. It seems adding a key of defaultVariants with a empty object value seems to work as a workaround for now. |
NextUI Version
2.4.3
Describe the bug
An error occurs when using
DateInput
withextendVariants
.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
DateInput
withextendVariants
Expected behavior
Ability to use
extendVariants
as in all other componentsScreenshots or Videos
No response
Operating System Version
macOS Sonoma 14.5
Browser
Chrome
The text was updated successfully, but these errors were encountered: