jscodeshift icon indicating copy to clipboard operation
jscodeshift copied to clipboard

jscodeshift throws an error when trying to use JSXFragment node

Open maksimsemenov opened this issue 4 years ago • 0 comments

I'm trying to create a JSXFragment node, but jscodeshift throws an error:

Cannot read property 'selfClosing' of undefined

Reproducable example

It works fine with JSXElement

maksimsemenov avatar Apr 07 '20 18:04 maksimsemenov