#351·standard

JSX but not React in scope

Author: HenrikJoretegCreated Dec 2, 2015Updated Sep 1, 2026
Labelshelp wantedenhancementaccepted

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.