2017-11-29 07:16:53 +08:00
|
|
|
/**
|
2018-09-08 06:11:23 +08:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2017-11-29 07:16:53 +08:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*
|
2018-05-15 08:47:47 +08:00
|
|
|
* @format
|
2020-01-09 22:50:44 +08:00
|
|
|
* @flow strict-local
|
2017-11-29 07:16:53 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'use strict';
|
|
|
|
|
|
2017-12-11 23:52:46 +08:00
|
|
|
const ReactFeatureFlags = {
|
2017-11-29 07:16:53 +08:00
|
|
|
debugRenderPhaseSideEffects: false,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
module.exports = ReactFeatureFlags;
|