react-select
react-select copied to clipboard
Fix aria-activedescendant hydration mismatch error
only allow aria-activedescendant prop to change based on client only variable after the component has mounted to prevent hydration mismatch. fixes this issue
⚠️ No Changeset found
Latest commit: 5da82304faffef2f988b6960b393f9f2ffcf256e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Is there a reason this issue was never fixed/merged?
Can we merge this its really annoying
pls merge this
@Methuselah96 Can you please review and confirm if this solution is viable?
Just ran into this today after a fresh upgrade. looking forward to this one landing.
+1
I'm also running into this. Thanks for the fix; is there a timeframe for merging?
I like the fix in https://github.com/JedWatson/react-select/pull/5860 better, since it avoids an unnecessary re-render on non-Apple devices. Can someone recreate a new PR with those changes along with a changeset, and I will approve and merge?
please merge
+1
please merge
Please create a new PR based on https://github.com/JedWatson/react-select/pull/5860 :)
Here's the solution for now:
https://github.com/JedWatson/react-select/issues/5459#issuecomment-3010993879
Superseded by https://github.com/JedWatson/react-select/pull/6051