* 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`
* 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`