mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Flight] Serialize Date (#26622)
This is kind of annoying because Date implements toJSON so JSON.stringify turns it into a string before calling our replacer function. DiffTrain build for commit https://github.com/facebook/react/commit/c6db19f9cdec34bca3625a483a2f85181193b885.
This commit is contained in:
+1
-1
@@ -23745,7 +23745,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-96fd2fb72-20230418";
|
||||
var ReactVersion = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -8587,7 +8587,7 @@ var devToolsConfig$jscomp$inline_1023 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1206 = {
|
||||
@@ -8618,7 +8618,7 @@ var internals$jscomp$inline_1206 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1207 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9013,7 +9013,7 @@ var devToolsConfig$jscomp$inline_1065 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1247 = {
|
||||
@@ -9044,7 +9044,7 @@ var internals$jscomp$inline_1247 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1248 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-next-96fd2fb72-20230418";
|
||||
var ReactVersion = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -639,4 +639,4 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-next-96fd2fb72-20230418";
|
||||
exports.version = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
+1
-1
@@ -642,7 +642,7 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-next-96fd2fb72-20230418";
|
||||
exports.version = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
96fd2fb726130d2980e6d450f5d9e468f922b8b9
|
||||
c6db19f9cdec34bca3625a483a2f85181193b885
|
||||
|
||||
+1
-1
@@ -27052,7 +27052,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-96fd2fb72-20230418";
|
||||
var ReactVersion = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
|
||||
+2
-2
@@ -9456,7 +9456,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1047 = {
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -9498,7 +9498,7 @@ var internals$jscomp$inline_1276 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -10165,7 +10165,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1125 = {
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -10220,7 +10220,7 @@ var roots = new Map(),
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
});
|
||||
exports.createPortal = function (children, containerTag) {
|
||||
return createPortal$1(
|
||||
|
||||
+1
-1
@@ -27565,7 +27565,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-96fd2fb72-20230418";
|
||||
var ReactVersion = "18.3.0-next-c6db19f9c-20230418";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
|
||||
+2
-2
@@ -9715,7 +9715,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1102 = {
|
||||
findFiberByHostInstance: getInstanceFromTag,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -9757,7 +9757,7 @@ var internals$jscomp$inline_1345 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1346 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -10424,7 +10424,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1180 = {
|
||||
findFiberByHostInstance: getInstanceFromTag,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-96fd2fb72-20230418",
|
||||
version: "18.3.0-next-c6db19f9c-20230418",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -10479,7 +10479,7 @@ var roots = new Map(),
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-96fd2fb72-20230418"
|
||||
reconcilerVersion: "18.3.0-next-c6db19f9c-20230418"
|
||||
});
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = {
|
||||
computeComponentStackForErrorReporting: function (reactTag) {
|
||||
|
||||
Reference in New Issue
Block a user