File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import {setExtraStackFrame} from './ReactDebugCurrentFrame';
3535import { describeUnknownElementTypeFrameInDEV } from 'shared/ReactComponentStackFrame' ;
3636import hasOwnProperty from 'shared/hasOwnProperty' ;
3737
38- const REACT_CLIENT_REFERENCE : symbol = Symbol . for ( 'react.client.reference' ) ;
38+ const REACT_CLIENT_REFERENCE = Symbol . for ( 'react.client.reference' ) ;
3939
4040function setCurrentlyValidatingElement ( element ) {
4141 if ( __DEV__ ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import ReactSharedInternals from 'shared/ReactSharedInternals';
3232const ReactCurrentOwner = ReactSharedInternals . ReactCurrentOwner ;
3333const ReactDebugCurrentFrame = ReactSharedInternals . ReactDebugCurrentFrame ;
3434
35- const REACT_CLIENT_REFERENCE : symbol = Symbol . for ( 'react.client.reference' ) ;
35+ const REACT_CLIENT_REFERENCE = Symbol . for ( 'react.client.reference' ) ;
3636
3737function setCurrentlyValidatingElement ( element ) {
3838 if ( __DEV__ ) {
You can’t perform that action at this time.
0 commit comments