react-select
react-select copied to clipboard
react-select v5.8.0: `Extra attributes from the server: aria-activedescendant`
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: https://github.com/JedWatson/react-select/blob/06e34882638d1526b9f5a1238bb567a3e9460ce5/packages/react-select/src/Select.tsx#L1724
It may be written in a useEffect to avoid differences in browser and server environments.
any fix for now?
any fix for now?
https://github.com/JedWatson/react-select/pull/5860
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.