Skip to content

Commit

Permalink
Update react-in-jsx-scope.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Jul 12, 2021
1 parent d0b5196 commit 0db8941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/react-in-jsx-scope.md
Expand Up @@ -43,4 +43,4 @@ var Hello = <div>Hello {this.props.name}</div>;

## When Not To Use It

If you are setting `React` as a global variable you can disable this rule.
If you are setting `React` as a global variable or using [new JSX transform from React 17](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#removing-unused-react-imports), you can disable this rule.

0 comments on commit 0db8941

Please sign in to comment.