dillon1000/react

Commit

[playground] Use default compiler config (#32009)

The playground's compilation mode is currently set to 'all' along with
reporting all errors.

This tends to be misleading since people usually expect a 1:1 match
between how the playground works with what the compiler does in their
codebase, eg https://github.com/reactwg/react-compiler/discussions/51.
Browse files
Changed paths1 file
First-parent comparison
M compiler/apps/playground/components/Editor/EditorImpl.tsx Modified
Patch

Files changed

Rendering syntax-highlighted changes…