You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this code works in other transformers but is not supposed to be supported by react, would it be possible to make the error into warning and align the output with esbuild / SWC? (Maybe the warning is not needed? I'm not sure)
The text was updated successfully, but these errors were encountered:
For input:
Warning: Spread children are not supported in React.
error is output.This does not happen with esbuild, swc, typescript. But the same error happens with babel.
The actual code I met is this test case in react-router.
Since this code works in other transformers but is not supposed to be supported by react, would it be possible to make the error into warning and align the output with esbuild / SWC? (Maybe the warning is not needed? I'm not sure)
The text was updated successfully, but these errors were encountered: