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
Regression test: Stylesheet suspends indefinitely when part of error boundary UI during initial hydration (#27258)
Adds a failing test for a case discovered by Next.js. An error boundary
is triggered during initial hydration, and the error fallback includes a
stylesheet. If the stylesheet has not yet been loaded, the commit
suspends, but never resolves even after the stylesheet finishes loading.
Triggering this bug depends on several very specific code paths being
triggered simultaneously. There are a few ways we could fix the bug;
I'll submit as one or more separate PRs to show that each one is
sufficient.
DiffTrain build for commit 7d1c3c1.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23966,7 +23966,7 @@ function createFiberRoot(
23966
23966
return root;
23967
23967
}
23968
23968
23969
-
var ReactVersion = "18.3.0-canary-b27725923-20230821";
23969
+
var ReactVersion = "18.3.0-canary-7d1c3c158-20230821";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8615,7 +8615,7 @@ var devToolsConfig$jscomp$inline_1029 = {
8615
8615
throwError("TestRenderer does not support findFiberByHostInstance()");
8616
8616
},
8617
8617
bundleType: 0,
8618
-
version: "18.3.0-canary-b27725923-20230821",
8618
+
version: "18.3.0-canary-7d1c3c158-20230821",
8619
8619
rendererPackageName: "react-test-renderer"
8620
8620
};
8621
8621
varinternals$jscomp$inline_1228={
@@ -8646,7 +8646,7 @@ var internals$jscomp$inline_1228 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9041,7 +9041,7 @@ var devToolsConfig$jscomp$inline_1071 = {
9041
9041
throwError("TestRenderer does not support findFiberByHostInstance()");
9042
9042
},
9043
9043
bundleType: 0,
9044
-
version: "18.3.0-canary-b27725923-20230821",
9044
+
version: "18.3.0-canary-7d1c3c158-20230821",
9045
9045
rendererPackageName: "react-test-renderer"
9046
9046
};
9047
9047
varinternals$jscomp$inline_1269={
@@ -9072,7 +9072,7 @@ var internals$jscomp$inline_1269 = {
0 commit comments