We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a4ac8 commit 85fafbeCopy full SHA for 85fafbe
packages/app-portal/src/main.tsx
@@ -5,11 +5,8 @@ import './polyfills';
5
6
import { App } from './App';
7
8
-// ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
9
-// <React.StrictMode>
10
-// <App />
11
-// </React.StrictMode>,
12
-// );
13
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
14
- <App />,
+ <React.StrictMode>
+ <App />
+ </React.StrictMode>,
15
);
0 commit comments