Code Inspection: Missing 'React' namespace import in JSX code
Reports a usage of a JSX construction without importing React namespace. Having React namespace in the file scope ensures proper code compilation.
The inspection is disabled in projects with React 17+ because these versions no longer require React namespace.
Suppress an inspection in the editor
Position the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 13 May 2022