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
* This is a recursive function that runs after Fiber commit, if user navigating to a new route during jumping. This function performs the following logic:
@@ -64,7 +48,6 @@ const nextJSDefaultComponent = new Set([
64
48
* @param currentFiberNode A Fiber object
65
49
* @param circularComponentTable A table content visited Fiber nodes
66
50
*/
67
-
// 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.
0 commit comments