-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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 disableIEWorkarounds #31756
Remove disableIEWorkarounds #31756
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: 17ca4b1...882748c 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
|
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 cleaning up!
Just check lints for some unused imports now and there's a second cleanup commit that somehow got into this PR. consoleManagedByDevToolsDuringStrictMode
441804f
to
5961888
Compare
@@ -50,7 +49,6 @@ import { | |||
} from './ReactDOMTextarea'; | |||
import {validateTextNesting} from './validateDOMNesting'; | |||
import {track} from './inputValueTracking'; | |||
import setInnerHTML from './setInnerHTML'; |
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 can also delete setInnerHTML
now, so I removed it in this diff.
Based on #31756 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)
Based off #31755
This is landed everywhere.