You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/backend/linkFiber.ts
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
12
12
//import typescript types
13
13
import{
14
-
15
14
//tree
16
15
Snapshot,
17
16
//jump, pause
@@ -30,9 +29,7 @@ import componentActionsRecord from './masterState';
30
29
// throttle returns a function that can be called any number of times (possibly in quick succession) but will only invoke the callback at most once every x ms
31
30
//getHooksNames - helper function to grab the getters/setters from `elementType`
// react devtools global hook is a global object that was injected by the React Devtools content script, allows access to fiber nodes and react version
0 commit comments