-
Notifications
You must be signed in to change notification settings - Fork 33
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] React warning in Next.JS: React does not recognize the getClassNames
prop on a DOM element
#223
Comments
``` React does not recognize the `getClassNames` prop on a DOM element ```
Ok, I fixed this by updating to the newest version of For full details, see If this problem is still coming up, feel free to re-open this issue. |
i think this bug also exists in v3. is there any workaround? |
I can push a fix for v3 tomorrow! |
@csandman yes after update its work! thanks man.. you`re the best |
Description
This is reproducible with either Next.js CodeSandbox:
But it doesn't seem to occur in the CodeSandboxes that don't have Next.js.
This appears to be related to functionality introduced in [email protected].
This can be mitigated by pinning react-select to version 5.6.1 or earlier. However, because of the loose requirement versioning, this needs to be done with
resolutions
:chakra-react-select Version
4.4.1
Link to Reproduction
TypeScript?
Steps to reproduce
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: