mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
84addaa3ed5ee04001a248b01d46fba9ce384e49
We didn't recover after all. Currently we might log a recoverable error in the recovery pass. E.g. the SSR server had an error. Then the client component fails to render which errors again. This ends up double logging. So if we fail to actually complete a fully successful commit, we ignore any recoverable errors because we'll get real errors logged. It's possible that this might cover up some other error that happened at the same time. DiffTrain build for commit https://github.com/facebook/react/commit/e10a7b5cd541882a78ff659147c1a0294413ccb0.
react-fbsource-import
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%