react-select
react-select copied to clipboard
fix: hydration problem caused by isAppleDevice
try to fix #5859
⚠️ No Changeset found
Latest commit: 35de3a1f34f10fefdd4a1a2c85a2f1a651091a0a
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.
Latest deployment of this branch, based on commit 35de3a1f34f10fefdd4a1a2c85a2f1a651091a0a:
| Sandbox | Source |
|---|---|
| react-codesandboxer-example | Configuration |
@JedWatson could you check this please? The warning is really annoying
Ran into the same issue using latest nextjs.
To get over the issues I did const Select = dynamic(() => import('react-select'), { ssr: false });.
Any updates when this fix/PR will land? Awesome library by the way!
@JedWatson can you take a look at this? The fix is small and the warning it creates is huge