-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Add missing peer dependencies #16551
Conversation
Nx Cloud ReportCI ran the following commands for commit 75569d3. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch
Sent with 💌 from NxCloud. |
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
}, |
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.
In principle this is fine, I fear it might introduce global React types for Vue projects.
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.
no should be fine, we have these in other packages that are not react-specific already.
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
}, |
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.
no should be fine, we have these in other packages that are not react-specific already.
@shilman LGTM, should i be concerned about these tests? |
@ndelangen no, i'm mostly worried about the examples not building |
3144e4a
to
75569d3
Compare
@ndelangen @shilman I did a rebase and it looks like the examples are building now. |
Thanks @Methuselah96 !!! 🙏 |
Issue: related to #14838
What I did
Fixed these implicit transitive peer dependency warnings:
How to test
If your answer is yes to any of these, please make sure to include it in your PR.