Skip to content

Commit

Permalink
[Fizz] Align recoverable error serialization in dev mode (#28340)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
sebmarkbage committed Feb 15, 2024
1 parent 0fda2b4 commit edb6ecc
Show file tree
Hide file tree
Showing 11 changed files with 1,053 additions and 258 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a7144f297c1c6fe457ca30ce6a211ab59feac11e
2e470a788e359e34feeadb422daaff046baf66cc
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-modern-d2591625";
exports.version = "18.3.0-www-modern-cbc861b3";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-modern-20701ea1";
exports.version = "18.3.0-www-modern-0840aeae";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Loading

0 comments on commit edb6ecc

Please sign in to comment.