mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add feature flag to disable Fiber-specific features
We'll enable this in www in case we need to roll back to Stack.
This commit is contained in:
@@ -18,6 +18,7 @@ var ReactFeatureFlags = {
|
||||
// timeline profiles in Chrome, for example.
|
||||
logTopLevelRenders: false,
|
||||
prepareNewChildrenBeforeUnmountInStack: true,
|
||||
disableNewFiberFeatures: false,
|
||||
};
|
||||
|
||||
module.exports = ReactFeatureFlags;
|
||||
|
||||
Reference in New Issue
Block a user