-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
react-select v5.8.0: Extra attributes from the server: aria-activedescendant
#5859
Comments
any fix for now? |
waiting for code review |
Same issue here. Any progress on getting #5860 reviewed and/or doing a fix that resolves this holistically without the need for consumers to set an additional prop? |
Same issue here. |
Very much reproducible and annoying. As far as we know from #5907 our only hope is @Methuselah96 🙏 |
Same issue here, that is one nasty warning for such a nested aria definition |
just got stung by this. |
Any solution for this? I am having the same issue in my Next15 project |
same heere |
This is indeed a pretty annoying error. until it is fixed, you can patch the library. go to
|
PR here |
When react-select is used in SSR, an error may occur during browser rendering: Extra attributes from the server: aria-activedescendant. This should be a hydration problem.
I think it's caused by this line of code:
react-select/packages/react-select/src/Select.tsx
Line 1724 in 06e3488
It may be written in a useEffect to avoid differences in browser and server environments.
The text was updated successfully, but these errors were encountered: