react-select icon indicating copy to clipboard operation
react-select copied to clipboard

fix: hydration problem caused by isAppleDevice

Open zhouhua opened this issue 1 year ago • 9 comments

try to fix #5859

zhouhua avatar Feb 06 '24 09:02 zhouhua

⚠️ 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

changeset-bot[bot] avatar Feb 06 '24 09:02 changeset-bot[bot]

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

codesandbox-ci[bot] avatar Feb 06 '24 10:02 codesandbox-ci[bot]

@JedWatson could you check this please? The warning is really annoying

smnbbrv avatar Mar 20 '24 10:03 smnbbrv

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!

robahtou avatar Mar 23 '24 13:03 robahtou

@JedWatson can you take a look at this? The fix is small and the warning it creates is huge

tim-soft avatar Sep 13 '24 17:09 tim-soft