mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Flight] Aborting with a postpone instance as a reason should postpone remaining holes (#27576)
This lets you abort with postponing semantics. DiffTrain build for commit https://github.com/facebook/react/commit/960ed6ea4341b4189a4f6c4edfa6bfe4c712e097.
This commit is contained in:
+1
-1
@@ -24887,7 +24887,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-b8e47d988-20231023";
|
||||
var ReactVersion = "18.3.0-canary-960ed6ea4-20231024";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9025,7 +9025,7 @@ var devToolsConfig$jscomp$inline_1032 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-b8e47d988-20231023",
|
||||
version: "18.3.0-canary-960ed6ea4-20231024",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1225 = {
|
||||
@@ -9056,7 +9056,7 @@ var internals$jscomp$inline_1225 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-b8e47d988-20231023"
|
||||
reconcilerVersion: "18.3.0-canary-960ed6ea4-20231024"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1226 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9451,7 +9451,7 @@ var devToolsConfig$jscomp$inline_1074 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-b8e47d988-20231023",
|
||||
version: "18.3.0-canary-960ed6ea4-20231024",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1266 = {
|
||||
@@ -9482,7 +9482,7 @@ var internals$jscomp$inline_1266 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-b8e47d988-20231023"
|
||||
reconcilerVersion: "18.3.0-canary-960ed6ea4-20231024"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1267 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-canary-b8e47d988-20231023";
|
||||
var ReactVersion = "18.3.0-canary-960ed6ea4-20231024";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-b8e47d988-20231023";
|
||||
exports.version = "18.3.0-canary-960ed6ea4-20231024";
|
||||
|
||||
+1
-1
@@ -583,7 +583,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-b8e47d988-20231023";
|
||||
exports.version = "18.3.0-canary-960ed6ea4-20231024";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
b8e47d988eb3ba547c102c0b12c351250ed955e0
|
||||
960ed6ea4341b4189a4f6c4edfa6bfe4c712e097
|
||||
|
||||
Reference in New Issue
Block a user