File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Here is an example layout that includes a header:
132
132
133
133
```tsx
134
134
import { Outlet, createRootRoute } from ' @tanstack/ solid- router'
135
- import { TanStackRouterDevtools } from ' @tanstack/ router- devtools'
135
+ import { TanStackRouterDevtools } from ' @tanstack/ solid - router- devtools'
136
136
137
137
import { Link } from "@tanstack/solid-router";
138
138
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@tanstack/solid-router" : " ^1.110.0" ,
13
- "@tanstack/router-devtools" : " ^1.109.2" ,
13
+ "@tanstack/solid- router-devtools" : " ^1.109.2" ,
14
14
"@tanstack/router-plugin" : " ^1.109.2" ,
15
15
"solid-js" : " ^1.9.4"
16
16
},
Original file line number Diff line number Diff line change 5
5
createRoute,
6
6
createRouter,
7
7
} from "@tanstack/solid-router";
8
- // import { TanStackRouterDevtools } from "@tanstack/router-devtools";
8
+ import { TanStackRouterDevtools } from "@tanstack/solid- router-devtools";
9
9
import { render } from 'solid-js/web'
10
10
<% for (const route of routes) { % > import <%= route .name %> from " <%= route.path %>" ;
11
11
< % } %><% if (routes .length > 0 ) { % >
@@ -26,7 +26,7 @@ const rootRoute = createRootRoute({
26
26
< % } %>
27
27
<% if (routes .length > 0 ) { % >< Header / >< % } %>
28
28
<Outlet />
29
- {/* <TanStackRouterDevtools /> */}
29
+ <TanStackRouterDevtools />
30
30
<% for (const integration of integrations .filter (i => i .type === ' layout' )) { % >
31
31
<< %= integration .name % > / >
32
32
< % } %>
Original file line number Diff line number Diff line change 1
1
import { Outlet, createRootRouteWithContext } from '@tanstack/solid-router'
2
- // import { TanStackRouterDevtools } from '@tanstack/router-devtools'<% for (const integration of integrations .filter (i => i .type === ' layout' || i .type === ' provider' )) { % >
2
+ import { TanStackRouterDevtools } from '@tanstack/solid- router-devtools'<% for (const integration of integrations .filter (i => i .type === ' layout' || i .type === ' provider' )) { % >
3
3
import <%= integration .name %> from " ../<%= integration.path %>" ;
4
4
< % } %>
5
5
<% if (addOnEnabled[' solid-ui' ]) { % >
You can’t perform that action at this time.
0 commit comments