-
-
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: move usage of React Context out of core package #3578
fix: move usage of React Context out of core package #3578
Conversation
so that we can import them in core
because they render a component
so that we can't import anything into `core` that lives in other packages, like reactjs
by keeping HydrateOptions separate from React, and only add ContextOptions where necessary
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@DamianOsipiuk fyi |
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 690a187:
|
Codecov Report
@@ Coverage Diff @@
## beta #3578 +/- ##
=======================================
Coverage 96.93% 96.93%
=======================================
Files 47 48 +1
Lines 2381 2382 +1
Branches 709 709
=======================================
+ Hits 2308 2309 +1
Misses 71 71
Partials 2 2
Continue to review full report at Codecov.
|
🎉 This PR is included in version 4.0.0-beta.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fixes #3542