Skip to content

Commit 39a15d5

Browse files
authored
Fix typescript error (#10149)
1 parent bfa9540 commit 39a15d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BrowserRouter } from "react-router-dom";
55
import "./index.css";
66
import App from "./App";
77

8-
ReactDOM.createRoot(document.getElementById("root")).render(
8+
ReactDOM.createRoot(document.getElementById("root")!).render(
99
<React.StrictMode>
1010
<BrowserRouter>
1111
<App />

0 commit comments

Comments
 (0)