mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
43874233ca0c3e67cab5548f014cb0bd7259d22b
We broke the ability to "break on uncaught exceptions" by adding a
try/catch higher up in the scheduling. We're giving up on fixing that so
we can remove the replay trick inside an event handler.
The issue with that approach is that we end up double logging a lot of
errors in DEV since they get reported to the page.
It's also a lot of complexity around this feature.
DiffTrain build for [89021fb4ec](https://github.com/facebook/react/commit/89021fb4ec9aa82194b0788566e736a4cedfc0e4)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%