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:
132132
133133```tsx
134134import { Outlet, createRootRoute } from ' @tanstack/ solid- router'
135- import { TanStackRouterDevtools } from ' @tanstack/ router- devtools'
135+ import { TanStackRouterDevtools } from ' @tanstack/ solid - router- devtools'
136136
137137import { Link } from "@tanstack/solid-router";
138138
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "@tanstack/solid-router" : " ^1.110.0" ,
13- "@tanstack/router-devtools" : " ^1.109.2" ,
13+ "@tanstack/solid- router-devtools" : " ^1.109.2" ,
1414 "@tanstack/router-plugin" : " ^1.109.2" ,
1515 "solid-js" : " ^1.9.4"
1616 },
Original file line number Diff line number Diff line change 55 createRoute,
66 createRouter,
77} from "@tanstack/solid-router";
8- // import { TanStackRouterDevtools } from "@tanstack/router-devtools";
8+ import { TanStackRouterDevtools } from "@tanstack/solid- router-devtools";
99import { render } from 'solid-js/web'
1010<% for (const route of routes) { % > import <%= route .name %> from " <%= route.path %>" ;
1111< % } %><% if (routes .length > 0 ) { % >
@@ -26,7 +26,7 @@ const rootRoute = createRootRoute({
2626 < % } %>
2727 <% if (routes .length > 0 ) { % >< Header / >< % } %>
2828 <Outlet />
29- {/* <TanStackRouterDevtools /> */}
29+ <TanStackRouterDevtools />
3030 <% for (const integration of integrations .filter (i => i .type === ' layout' )) { % >
3131 << %= integration .name % > / >
3232 < % } %>
Original file line number Diff line number Diff line change 11import { 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' )) { % >
33import <%= integration .name %> from " ../<%= integration.path %>" ;
44< % } %>
55<% if (addOnEnabled[' solid-ui' ]) { % >
You can’t perform that action at this time.
0 commit comments