-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Description
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
'aria-activedescendant': this.isAppleDevice |
It may be written in a useEffect to avoid differences in browser and server environments.
hannupekka, m42-k, matthieuauger, smnbbrv, mirimpark1 and 38 moredsosborn
Metadata
Metadata
Assignees
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet