We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a833ac9 commit 003bf4cCopy full SHA for 003bf4c
index.tsx
@@ -3,5 +3,5 @@ import { createRoot } from "react-dom/client";
3
import App from "./src/App";
4
5
const container = document.querySelector("#root");
6
-const root = createRoot(container!); // createRoot(container!) if you use TypeScript
+const root = createRoot(container!);
7
root.render(<App />);
0 commit comments