Skip to content

Commit d54257a

Browse files
committed
Downgrade pmmmwh/react-refresh-webpack-plugin in the Flight fixture (#28352)
The newer version triggers an error due to require() not being compiled. This was upgraded in #27328. I'm not sure why that was needed. Maybe it was just because it was allowed by the caret and something else upgraded but I haven't been able to make it work with the newer version. So I'll just pin it. DiffTrain build for commit 2ba1b78.
1 parent 1fd3b1a commit d54257a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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
@@ -25613,7 +25613,7 @@ if (__DEV__) {
2561325613
return root;
2561425614
}
2561525615

25616-
var ReactVersion = "18.3.0-canary-fea900e45-20240216";
25616+
var ReactVersion = "18.3.0-canary-2ba1b7856-20240215";
2561725617

2561825618
// Might add PROFILE later.
2561925619

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
@@ -9169,7 +9169,7 @@ var devToolsConfig$jscomp$inline_1024 = {
91699169
throw Error("TestRenderer does not support findFiberByHostInstance()");
91709170
},
91719171
bundleType: 0,
9172-
version: "18.3.0-canary-fea900e45-20240216",
9172+
version: "18.3.0-canary-2ba1b7856-20240215",
91739173
rendererPackageName: "react-test-renderer"
91749174
};
91759175
var internals$jscomp$inline_1205 = {
@@ -9200,7 +9200,7 @@ var internals$jscomp$inline_1205 = {
92009200
scheduleRoot: null,
92019201
setRefreshHandler: null,
92029202
getCurrentFiber: null,
9203-
reconcilerVersion: "18.3.0-canary-fea900e45-20240216"
9203+
reconcilerVersion: "18.3.0-canary-2ba1b7856-20240215"
92049204
};
92059205
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
92069206
var hook$jscomp$inline_1206 = __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
@@ -9597,7 +9597,7 @@ var devToolsConfig$jscomp$inline_1066 = {
95979597
throw Error("TestRenderer does not support findFiberByHostInstance()");
95989598
},
95999599
bundleType: 0,
9600-
version: "18.3.0-canary-fea900e45-20240216",
9600+
version: "18.3.0-canary-2ba1b7856-20240215",
96019601
rendererPackageName: "react-test-renderer"
96029602
};
96039603
var internals$jscomp$inline_1246 = {
@@ -9628,7 +9628,7 @@ var internals$jscomp$inline_1246 = {
96289628
scheduleRoot: null,
96299629
setRefreshHandler: null,
96309630
getCurrentFiber: null,
9631-
reconcilerVersion: "18.3.0-canary-fea900e45-20240216"
9631+
reconcilerVersion: "18.3.0-canary-2ba1b7856-20240215"
96329632
};
96339633
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96349634
var hook$jscomp$inline_1247 = __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
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-canary-fea900e45-20240216";
27+
var ReactVersion = "18.3.0-canary-2ba1b7856-20240215";
2828

2929
// ATTENTION
3030
// 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
@@ -590,4 +590,4 @@ exports.useSyncExternalStore = function (
590590
exports.useTransition = function () {
591591
return ReactCurrentDispatcher.current.useTransition();
592592
};
593-
exports.version = "18.3.0-canary-fea900e45-20240216";
593+
exports.version = "18.3.0-canary-2ba1b7856-20240215";

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
@@ -586,7 +586,7 @@ exports.useSyncExternalStore = function (
586586
exports.useTransition = function () {
587587
return ReactCurrentDispatcher.current.useTransition();
588588
};
589-
exports.version = "18.3.0-canary-fea900e45-20240216";
589+
exports.version = "18.3.0-canary-2ba1b7856-20240215";
590590
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
591591
"function" ===
592592
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fea900e45447214ddd6ef69076ab7e38433b5ffd
1+
2ba1b7856975fb350ff1cabe575e6364cc6e8465

0 commit comments

Comments
 (0)