You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25613,7 +25613,7 @@ if (__DEV__) {
25613
25613
return root;
25614
25614
}
25615
25615
25616
-
var ReactVersion = "18.3.0-canary-fea900e45-20240216";
25616
+
var ReactVersion = "18.3.0-canary-2ba1b7856-20240215";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9169,7 +9169,7 @@ var devToolsConfig$jscomp$inline_1024 = {
9169
9169
throwError("TestRenderer does not support findFiberByHostInstance()");
9170
9170
},
9171
9171
bundleType: 0,
9172
-
version: "18.3.0-canary-fea900e45-20240216",
9172
+
version: "18.3.0-canary-2ba1b7856-20240215",
9173
9173
rendererPackageName: "react-test-renderer"
9174
9174
};
9175
9175
varinternals$jscomp$inline_1205={
@@ -9200,7 +9200,7 @@ var internals$jscomp$inline_1205 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9597,7 +9597,7 @@ var devToolsConfig$jscomp$inline_1066 = {
9597
9597
throwError("TestRenderer does not support findFiberByHostInstance()");
9598
9598
},
9599
9599
bundleType: 0,
9600
-
version: "18.3.0-canary-fea900e45-20240216",
9600
+
version: "18.3.0-canary-2ba1b7856-20240215",
9601
9601
rendererPackageName: "react-test-renderer"
9602
9602
};
9603
9603
varinternals$jscomp$inline_1246={
@@ -9628,7 +9628,7 @@ var internals$jscomp$inline_1246 = {
0 commit comments