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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,6 @@ type ReactimeData = {
78
78
[key: string]: any;
79
79
};
80
80
81
-
letrtidCounter=0;
82
-
83
81
/**
84
82
* @function traverseHooks
85
83
* @param memoizedState - The current state of the component associated with the current Fiber node.
@@ -281,6 +279,9 @@ function trimContextData(
281
279
* @param fromSibling A boolean, default initialized to false
282
280
* @return An instance of a Tree object
283
281
*/
282
+
// TODO: Not sure why the ritd need to be outside of the createTree function. Want to put inside, but in case this need to be keep track for front end.
// Save component's state and dispatch() function to our record for future time-travel state changing. Add record index to snapshot so we can retrieve.
0 commit comments