-
Notifications
You must be signed in to change notification settings - Fork 76
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
upgrade react version to 18 #BLT-1231 #BLT-1232 #2939
base: master-lts
Are you sure you want to change the base?
Conversation
27fe174
to
29162b9
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.
Looking good!! Let's push for other devs to use it ASAP and see everything is working correct before publishing latest! 👏 💯
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.
The changes look good to me 🎉! However, I just wanted to check if you’ve considered some of the new behaviors introduced with createRoot
in React 18, for example the concurrent rendering, which could impact how state updates or renders are managed.
Also, I’d recommend enabling Strict Mode if it’s not already in use. Could be helpful in finding potential issues, especially with the updated lifecycle behaviors in React 18.
Description
@botonic/react
@testing-library/react-hooks
dependency and importrenderHook
andact
from `"@testing-library/react``@botonic/plugin-flow-builder
Published 0.31.0-alpha.2 versions for @botonic/react and @botonic/plugin-flow-builder
Testing
Fix some test