mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7e405d458d
Also resolve an uncaught error in extension build (#18843). Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com> Co-authored-by: Brian Vaughn <bvaughn@fb.com>
17 lines
563 B
JavaScript
17 lines
563 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
/************************************************************************
|
|
* This file is forked between different DevTools implementations.
|
|
* It should never be imported directly!
|
|
* It should always be imported from "react-devtools-feature-flags".
|
|
************************************************************************/
|
|
|
|
// TODO Add feature flags here...
|