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
[Fizz] Align recoverable error serialization in dev mode (#28340)
Same as #28327 but for Fizz.
One thing that's weird about this recoverable error is that we don't
send the regular stack for it, just the component stack it seems. This
is missing some potential information and if we move toward integrated
since stacks it would be one thing.
DiffTrain build for commit 2e470a7.
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -25922,7 +25922,7 @@ if (__DEV__) {
25922
25922
return root;
25923
25923
}
25924
25924
25925
-
var ReactVersion = "18.3.0-canary-a7144f297-20240214";
25925
+
var ReactVersion = "18.3.0-canary-2e470a788-20240214";
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2
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-a7144f297-20240214",
9172
+
version: "18.3.0-canary-2e470a788-20240214",
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-2
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-a7144f297-20240214",
9600
+
version: "18.3.0-canary-2e470a788-20240214",
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