mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Fizz] Pass cancellation reason to abort (#27536)
This was implemented correctly for Flight but not Fizz. Hard to keep these many wrappers in sync. DiffTrain build for commit https://github.com/facebook/react/commit/e3748a0bde80dd1f097fd8000702aba9fca454ef.
This commit is contained in:
+1
-1
@@ -24878,7 +24878,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-a41957507-20231017";
|
||||
var ReactVersion = "18.3.0-canary-e3748a0bd-20231017";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9022,7 +9022,7 @@ var devToolsConfig$jscomp$inline_1031 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-a41957507-20231017",
|
||||
version: "18.3.0-canary-e3748a0bd-20231017",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1224 = {
|
||||
@@ -9053,7 +9053,7 @@ var internals$jscomp$inline_1224 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-a41957507-20231017"
|
||||
reconcilerVersion: "18.3.0-canary-e3748a0bd-20231017"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1225 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9448,7 +9448,7 @@ var devToolsConfig$jscomp$inline_1073 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-a41957507-20231017",
|
||||
version: "18.3.0-canary-e3748a0bd-20231017",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1265 = {
|
||||
@@ -9479,7 +9479,7 @@ var internals$jscomp$inline_1265 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-a41957507-20231017"
|
||||
reconcilerVersion: "18.3.0-canary-e3748a0bd-20231017"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1266 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-canary-a41957507-20231017";
|
||||
var ReactVersion = "18.3.0-canary-e3748a0bd-20231017";
|
||||
|
||||
// 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-a41957507-20231017";
|
||||
exports.version = "18.3.0-canary-e3748a0bd-20231017";
|
||||
|
||||
+1
-1
@@ -583,7 +583,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-a41957507-20231017";
|
||||
exports.version = "18.3.0-canary-e3748a0bd-20231017";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
a4195750779dbd9a13e1615fbbd493bf2c5768ca
|
||||
e3748a0bde80dd1f097fd8000702aba9fca454ef
|
||||
|
||||
Reference in New Issue
Block a user