-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[lexical-react] Fix: Fix React.startTransition on Webpack + React 17 #6517
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
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.
It probably makes sense to extract this into a shared module since it's used in multiple places and it would make it easier if it needs to be used again
yes, should be fixed. consider for better compatibility of react versions, it may some more patches coming later so just create a new reactPatches file for this, any react patches should be collected in this file. |
Description
Closes #6516