mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Hardcode disableIEWorkarounds for www (#28811)
This has landed and is true everywhere, but let's keep the flag until it lands in the stable release.
This commit is contained in:
@@ -15,6 +15,11 @@ jest.mock('shared/ReactFeatureFlags', () => {
|
||||
// code live.
|
||||
actual.disableInputAttributeSyncing = __VARIANT__;
|
||||
|
||||
// This is hardcoded to true for the next release,
|
||||
// but still run the tests against both variants until
|
||||
// we remove the flag.
|
||||
actual.disableIEWorkarounds = __VARIANT__;
|
||||
|
||||
return actual;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user