-
Notifications
You must be signed in to change notification settings - Fork 415
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!: allow react v17, v18 and v19 in peerDependencies
and mark them as optional
#421
base: main
Are you sure you want to change the base?
Conversation
Can this please get reviewed? we've been using quicklink with react 17 and 18, no issues. |
@addyosmani could we maybe land this as a feature? The only issue AFAICT is that we don't test v16, so, perhaps, going back to the minimum support react version would be better? Not sure how to test both. |
4f1765c
to
a52cee4
Compare
@addyosmani what should we do with this? I think the next version should be a major bump since it's so long and that would allow us to land breaking changes like this PR and #368. |
peerDependencies
and mark them as optional
f6cfac4
to
9e66395
Compare
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.
FWIW, I'm okay with this change. I used the automated update branch option (and haven't otherwise merged it as it says WIP)
@addyosmani So, the new version will be a major version bump? That's why this is in still draft. |
Fixes #363