We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4374bd commit 283dbc3Copy full SHA for 283dbc3
src/shared/types/ReactPropTypesSecret.js
@@ -6,13 +6,12 @@
6
* LICENSE file in the root directory of this source tree. An additional grant
7
* of patent rights can be found in the PATENTS file in the same directory.
8
*
9
+ * @flow
10
* @providesModule ReactPropTypesSecret
11
*/
12
-
13
'use strict';
14
15
16
const ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
17
18
module.exports = ReactPropTypesSecret;
0 commit comments