Closed NathanWEdwards closed 10 months ago
Excluding React imports from JSX files currently triggers a linter error. As of React 17, JSX Transform no longer requires React to use JSX.
The react/react-in-jsx-scope ESLint rule should be set as off.
Pull request 22 introduces a change to the ESLint configuration to conform to React 17+ JSX.
Excluding React imports from JSX files currently triggers a linter error. As of React 17, JSX Transform no longer requires React to use JSX.
The react/react-in-jsx-scope ESLint rule should be set as off.