-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(react): add support for react 18 #16
feat(react): add support for react 18 #16
Conversation
👍 |
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.
LGTM 👍 Left minor comments.
Please wait for @oanaOM to review the changes :)
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.
Thanks for your contributing to this!
Besides @aniketmalandkar's comments, LGTM! 🚀
@afenton90 Thanks for your contribution! :) |
This PR adds the following changes:
peerDependencies
have been updated to allowreact
&react-dom
18 to be installed. Due to the usage of react in this module16
&17
can still be supported for now.react-script-hook
required an upgrade to support React 18 so this has been done. I noticed at the same time that this was listed indevDependencies
when it was used in the main export code. So this has been upgraded intodependencies
(no changes for module consumers here).react-select
: Would have needed an upgrade but in fact isn't used in the module anymore, so has been removed.closes #15