mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix typo in TestFlags
Copypasta when setting up `old` and `new` aliases. `old` should mean that `enableNewReconciler` is off.
This commit is contained in:
@@ -65,7 +65,7 @@ function getTestFlags() {
|
||||
return new Proxy(
|
||||
{
|
||||
// Feature flag aliases
|
||||
old: featureFlags.enableNewReconciler === true,
|
||||
old: featureFlags.enableNewReconciler === false,
|
||||
new: featureFlags.enableNewReconciler === true,
|
||||
|
||||
channel: releaseChannel,
|
||||
|
||||
Reference in New Issue
Block a user