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
rename SuspenseList export to unstable_SuspenseList (#27061)
## Summary
as we began [discussing
yesterday](#27056 (comment)),
`SuspenseList` is not actually stable yet, and should likely be exported
with the `unstable_` prefix.
the conversation yesterday began discussing this in the context of the
fb-specific packages, but changing it there without updating everywhere
else leads to test failures, so here the change is made across packages.
## How did you test this change?
```
yarn flow dom-browser
yarn test
```
DiffTrain build for commit eb2c2f7.
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
@@ -23982,7 +23982,7 @@ function createFiberRoot(
23982
23982
return root;
23983
23983
}
23984
23984
23985
-
var ReactVersion = "18.3.0-canary-a19bbebbe-20230706";
23985
+
var ReactVersion = "18.3.0-canary-eb2c2f7c2-20230706";
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
@@ -8630,7 +8630,7 @@ var devToolsConfig$jscomp$inline_1032 = {
8630
8630
throwError("TestRenderer does not support findFiberByHostInstance()");
8631
8631
},
8632
8632
bundleType: 0,
8633
-
version: "18.3.0-canary-a19bbebbe-20230706",
8633
+
version: "18.3.0-canary-eb2c2f7c2-20230706",
8634
8634
rendererPackageName: "react-test-renderer"
8635
8635
};
8636
8636
varinternals$jscomp$inline_1231={
@@ -8661,7 +8661,7 @@ var internals$jscomp$inline_1231 = {
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
@@ -9056,7 +9056,7 @@ var devToolsConfig$jscomp$inline_1074 = {
9056
9056
throwError("TestRenderer does not support findFiberByHostInstance()");
9057
9057
},
9058
9058
bundleType: 0,
9059
-
version: "18.3.0-canary-a19bbebbe-20230706",
9059
+
version: "18.3.0-canary-eb2c2f7c2-20230706",
9060
9060
rendererPackageName: "react-test-renderer"
9061
9061
};
9062
9062
varinternals$jscomp$inline_1272={
@@ -9087,7 +9087,7 @@ var internals$jscomp$inline_1272 = {
0 commit comments