We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab4a5 commit a33e612Copy full SHA for a33e612
src/isomorphic/classic/types/ReactPropTypesSecret.js
@@ -13,6 +13,6 @@
13
'use strict';
14
15
16
-const ReactPropTypesSecret = '__REACT_PROP_TYPES_SECRET__' + Math.random().toString();
+const ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
17
18
module.exports = ReactPropTypesSecret;
0 commit comments