We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57397a7 commit cbc0a13Copy full SHA for cbc0a13
examples/demo-react-18/src/main.tsx
@@ -1,4 +1,5 @@
1
-import React, { StrictMode } from 'react';
+/* eslint-disable react/react-in-jsx-scope */
2
+import { StrictMode } from 'react';
3
import { createRoot } from 'react-dom/client';
4
5
import App from './App.tsx';
0 commit comments