Skip to content

Commit eabf6a7

Browse files
Brandon DailBrandon Dail
Brandon Dail
authored and
Brandon Dail
committed
Use hardcoded value for PropType secret
1 parent 95ac239 commit eabf6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/isomorphic/classic/types/ReactPropTypesSecret.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
'use strict';
1414

1515

16-
const ReactPropTypesSecret = '__REACT_PROP_TYPES_SECRET__' + Math.random().toString();
16+
const ReactPropTypesSecret = 'REACT_PROPTYPES_CALL_SECRET';
1717

1818
module.exports = ReactPropTypesSecret;

0 commit comments

Comments
 (0)