Skip to content

Commit edb6ecc

Browse files
committed
[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 [2e470a7](2e470a7)
1 parent 0fda2b4 commit edb6ecc

11 files changed

+1053
-258
lines changed

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a7144f297c1c6fe457ca30ce6a211ab59feac11e
1+
2e470a788e359e34feeadb422daaff046baf66cc

compiled/facebook-www/React-prod.modern.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactCurrentDispatcher.current.useTransition();
612612
};
613-
exports.version = "18.3.0-www-modern-d2591625";
613+
exports.version = "18.3.0-www-modern-cbc861b3";

compiled/facebook-www/React-profiling.modern.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactCurrentDispatcher.current.useTransition();
616616
};
617-
exports.version = "18.3.0-www-modern-20701ea1";
617+
exports.version = "18.3.0-www-modern-0840aeae";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)