We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024ed6c commit aef198dCopy full SHA for aef198d
docs/integrations/tanstack-start.md
@@ -101,7 +101,7 @@ Tanstack Start support **Loader** to fetch data before rendering the component.
101
```tsx [src/routes/index.tsx]
102
import { createFileRoute } from '@tanstack/react-router'
103
104
-import { getTreaty } from './api.$' // ![code ++]
+import { getTreaty } from './api.$' // [!code ++]
105
106
export const Route = createFileRoute('/a')({
107
component: App,
0 commit comments