mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
removed double semicolon
This commit is contained in:
@@ -23,7 +23,7 @@ if (__DEV__) {
|
||||
getStackAddendumByID,
|
||||
getStackAddendumByWorkInProgressFiber,
|
||||
getCurrentStackAddendum,
|
||||
}: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any);;
|
||||
}: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any);
|
||||
// Component that is being worked on
|
||||
ReactDebugCurrentFrame.current = (null : Fiber | DebugID | null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user