-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Remove consoleManagedByDevToolsDuringStrictMode #31755
Remove consoleManagedByDevToolsDuringStrictMode #31755
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: a7b8295...33e1f8c Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
// suppress warnings and disable scheduler yielding during the double render | ||
unstable_setDisableYieldValue(newIsStrictMode); | ||
setSuppressWarning(newIsStrictMode); | ||
} |
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.
We should get rid of this hack at some point. I don't think it was meant to survive the roll out.
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.
Yeah I'll fix that outside this diff now that I branched off it
Based off #31755 This is landed everywhere.
Based off facebook#31755 This is landed everywhere. DiffTrain build for [fb12845](facebook@fb12845)
Based off facebook#31755 This is landed everywhere. DiffTrain build for [fb12845](facebook@fb12845)
This is enabled everywhere except the test renderers, which don't use it.