mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec4374c387
In playground it's helpful to show all errors, even those that don't completely abort compilation. For example, to help demonstrate that the compiler catches things like setState in effects. This detects these errors and ensures we show them.