We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957cffa commit f081c95Copy full SHA for f081c95
1 file changed
src/routes/solid-router/reference/components/router.mdx
@@ -32,7 +32,7 @@ const App = (props) => (
32
33
render(
34
() => <Router root={App}>{/*... routes */}</Router>,
35
- document.getElementById("app")
+ document.getElementById("root")
36
);
37
```
38
0 commit comments