Open captbaritone opened 6 years ago
<span>(</span>
I guess parenthesis in JSX should be treated as strings.
This workaround works:
const foo = <span>"("</span>
Thanks. Yes I'm aware https://github.com/gandm/language-babel/blob/master/grammars/Babel%20Language.json#L93-L95 was used to attempt to trap flow generics functions. I may have to change that.
I guess parenthesis in JSX should be treated as strings.
This workaround works: