We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77df44d commit 5c8045cCopy full SHA for 5c8045c
1 file changed
packages/react-ui/src/main.tsx
@@ -9,6 +9,7 @@ import App from './app/app';
9
const root = ReactDOM.createRoot(
10
document.getElementById('root') as HTMLElement,
11
);
12
+
13
root.render(
14
<StrictMode>
15
<App />
0 commit comments