Unknown node type JSXElement.
kurtextrem opened this issue · 2 comments
kurtextrem commented
Code:
const loading = <Loading />
lukastaegert commented
The Plugin should now support all JSX-Elements that I could replicate in tests. These are basically all nodes given in https://github.com/facebook/jsx/blob/master/AST.md (+ some reasonable side-effect detection) except JSXNamespacedName, JSXSpreadElement and JSXText.
kurtextrem commented
Works great, thank you!