Skip to content

Commit

Permalink
[Flight] Aborting with a postpone instance as a reason should postpon…
Browse files Browse the repository at this point in the history
…e remaining holes (#27576)

This lets you abort with postponing semantics.

DiffTrain build for commit 960ed6e.
  • Loading branch information
sebmarkbage committed Oct 24, 2023
1 parent 52f3da8 commit 796700a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b8e47d988eb3ba547c102c0b12c351250ed955e0
960ed6ea4341b4189a4f6c4edfa6bfe4c712e097

0 comments on commit 796700a

Please sign in to comment.