diff --git a/docs/rules/react-in-jsx-scope.md b/docs/rules/react-in-jsx-scope.md index c64c99945c..93da8e9c6d 100644 --- a/docs/rules/react-in-jsx-scope.md +++ b/docs/rules/react-in-jsx-scope.md @@ -43,4 +43,4 @@ var Hello =
Hello {this.props.name}
; ## 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.