I'm using JSX syntax to generate virtual-dom/h code using babel plugins (this specifically).
Only problem is, now standard complains because React is not in scope.
Not quite sure how this should be addressed, however. Because that check is useful when using React.
I'm using JSX syntax to generate
virtual-dom/hcode using babel plugins (this specifically).Only problem is, now
standardcomplains becauseReactis not in scope.Not quite sure how this should be addressed, however. Because that check is useful when using React.