Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4195c24

Browse files
committed
Restore server controlled form fields to whatever they should be (#26708)
Fizz can emit whatever it wants for the SSR version of these fields when it's a function action so they might not align with what is in the previous props. Therefore we need to force them to update if we're updating to a non-function where they might be relevant again. DiffTrain build for commit 2fa6323.
1 parent 64869b3 commit 4195c24

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23824,7 +23824,7 @@ function createFiberRoot(
2382423824
return root;
2382523825
}
2382623826

23827-
var ReactVersion = "18.3.0-next-7ce765ec3-20230423";
23827+
var ReactVersion = "18.3.0-next-2fa632381-20230423";
2382823828

2382923829
// Might add PROFILE later.
2383023830

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8601,7 +8601,7 @@ var devToolsConfig$jscomp$inline_1021 = {
86018601
throw Error("TestRenderer does not support findFiberByHostInstance()");
86028602
},
86038603
bundleType: 0,
8604-
version: "18.3.0-next-7ce765ec3-20230423",
8604+
version: "18.3.0-next-2fa632381-20230423",
86058605
rendererPackageName: "react-test-renderer"
86068606
};
86078607
var internals$jscomp$inline_1206 = {
@@ -8632,7 +8632,7 @@ var internals$jscomp$inline_1206 = {
86328632
scheduleRoot: null,
86338633
setRefreshHandler: null,
86348634
getCurrentFiber: null,
8635-
reconcilerVersion: "18.3.0-next-7ce765ec3-20230423"
8635+
reconcilerVersion: "18.3.0-next-2fa632381-20230423"
86368636
};
86378637
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
86388638
var hook$jscomp$inline_1207 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9027,7 +9027,7 @@ var devToolsConfig$jscomp$inline_1063 = {
90279027
throw Error("TestRenderer does not support findFiberByHostInstance()");
90289028
},
90299029
bundleType: 0,
9030-
version: "18.3.0-next-7ce765ec3-20230423",
9030+
version: "18.3.0-next-2fa632381-20230423",
90319031
rendererPackageName: "react-test-renderer"
90329032
};
90339033
var internals$jscomp$inline_1247 = {
@@ -9058,7 +9058,7 @@ var internals$jscomp$inline_1247 = {
90589058
scheduleRoot: null,
90599059
setRefreshHandler: null,
90609060
getCurrentFiber: null,
9061-
reconcilerVersion: "18.3.0-next-7ce765ec3-20230423"
9061+
reconcilerVersion: "18.3.0-next-2fa632381-20230423"
90629062
};
90639063
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
90649064
var hook$jscomp$inline_1248 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-next-7ce765ec3-20230423";
30+
var ReactVersion = "18.3.0-next-2fa632381-20230423";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,4 +639,4 @@ exports.useSyncExternalStore = function (
639639
);
640640
};
641641
exports.useTransition = useTransition;
642-
exports.version = "18.3.0-next-7ce765ec3-20230423";
642+
exports.version = "18.3.0-next-2fa632381-20230423";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ exports.useSyncExternalStore = function (
642642
);
643643
};
644644
exports.useTransition = useTransition;
645-
exports.version = "18.3.0-next-7ce765ec3-20230423";
645+
exports.version = "18.3.0-next-2fa632381-20230423";
646646

647647
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
648648
if (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7ce765ec321a6f213019b56b36f9dccb2a8a7d5c
1+
2fa632381839c8732dad9107b90911163b7f2b7a

compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27134,7 +27134,7 @@ function createFiberRoot(
2713427134
return root;
2713527135
}
2713627136

27137-
var ReactVersion = "18.3.0-next-7ce765ec3-20230423";
27137+
var ReactVersion = "18.3.0-next-2fa632381-20230423";
2713827138

2713927139
function createPortal$1(
2714027140
children,

compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9472,7 +9472,7 @@ var roots = new Map(),
94729472
devToolsConfig$jscomp$inline_1045 = {
94739473
findFiberByHostInstance: getInstanceFromNode,
94749474
bundleType: 0,
9475-
version: "18.3.0-next-7ce765ec3-20230423",
9475+
version: "18.3.0-next-2fa632381-20230423",
94769476
rendererPackageName: "react-native-renderer",
94779477
rendererConfig: {
94789478
getInspectorDataForViewTag: function () {
@@ -9514,7 +9514,7 @@ var internals$jscomp$inline_1276 = {
95149514
scheduleRoot: null,
95159515
setRefreshHandler: null,
95169516
getCurrentFiber: null,
9517-
reconcilerVersion: "18.3.0-next-7ce765ec3-20230423"
9517+
reconcilerVersion: "18.3.0-next-2fa632381-20230423"
95189518
};
95199519
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95209520
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10181,7 +10181,7 @@ var roots = new Map(),
1018110181
devToolsConfig$jscomp$inline_1123 = {
1018210182
findFiberByHostInstance: getInstanceFromNode,
1018310183
bundleType: 0,
10184-
version: "18.3.0-next-7ce765ec3-20230423",
10184+
version: "18.3.0-next-2fa632381-20230423",
1018510185
rendererPackageName: "react-native-renderer",
1018610186
rendererConfig: {
1018710187
getInspectorDataForViewTag: function () {
@@ -10236,7 +10236,7 @@ var roots = new Map(),
1023610236
scheduleRoot: null,
1023710237
setRefreshHandler: null,
1023810238
getCurrentFiber: null,
10239-
reconcilerVersion: "18.3.0-next-7ce765ec3-20230423"
10239+
reconcilerVersion: "18.3.0-next-2fa632381-20230423"
1024010240
});
1024110241
exports.createPortal = function (children, containerTag) {
1024210242
return createPortal$1(

0 commit comments

Comments
 (0)