-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: useSyncExternalStore re-export #3656
Conversation
This is due to esm/cjs interop
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 07daeed:
|
Codecov Report
@@ Coverage Diff @@
## beta #3656 +/- ##
=======================================
Coverage 97.11% 97.11%
=======================================
Files 49 50 +1
Lines 2392 2393 +1
Branches 708 708
=======================================
+ Hits 2323 2324 +1
Misses 67 67
Partials 2 2
Continue to review full report at Codecov.
|
also fix react native re-export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend testing this to make sure it fixes the error, but changes look good to me
thx. I tested it manually on the example repo from the issue by using the codesandbox preview build, and it worked. not sure how to automate it though. |
For now it would help to upgrade code sandbox to the latest version of CRA. |
🎉 This PR is included in version 4.0.0-beta.17 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fixes #3637