* Bail out on JSX fragments instead of throwing The `transform-react-inline-elements` plugin doesn't handle JSX fragments. It throws an exception because `node.openingElement` is undefined. * Add a comment explaining `node.openingElement`
2 lines
21 B
JavaScript
2 lines
21 B
JavaScript
<><span /><div /></>
|