dillon1000/react

Commit

[compiler] Show logged errors in playground (#33740)

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.
Browse files
Changed paths1 file
First-parent comparison
M compiler/apps/playground/components/Editor/EditorImpl.tsx Modified
Patch

Files changed

Rendering syntax-highlighted changes…