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:
Andrew Clark
2017-01-11 17:41:13 -08:00
parent 3ec1779837
commit bf117f82e1
@@ -18,6 +18,7 @@ var ReactFeatureFlags = {
// timeline profiles in Chrome, for example.
logTopLevelRenders: false,
prepareNewChildrenBeforeUnmountInStack: true,
disableNewFiberFeatures: false,
};
module.exports = ReactFeatureFlags;