transformer: incorrect isStaticChildren
value for fragments with static children
#8650
Labels
C-bug
Category - Bug
For input,
oxc tranform outputs:
The forth argument of
_jsxDEV
for_Fragment
isfalse
. This should be true.reproduction using
transform
function from rolldownIf this is
false
,Warning: Each child in a list should have a unique "key" prop.
error happens with React.esbuild try with the same input
I found this while testing rolldown-vite on ecosystem-ci.
The text was updated successfully, but these errors were encountered: