standard/standard

JSX but not React in scope

Open

#351 opened on Dec 2, 2015

View on GitHub
 (46 comments) (0 reactions) (0 assignees)JavaScript (28,844 stars) (2,316 forks)batch import
acceptedenhancementhelp wanted

Description

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.

Contributor guide