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 4df165e commit 6eff051Copy full SHA for 6eff051
1 file changed
src/routes/_library/$libraryId/$version.docs.blog.tsx
@@ -18,8 +18,7 @@ export const Route = createFileRoute('/_library/$libraryId/$version/docs/blog')(
18
{
19
staleTime: Infinity,
20
validateSearch: searchSchema,
21
- loader: ({ params }) =>
22
- fetchPostsForLibrary({ data: params.libraryId }),
+ loader: ({ params }) => fetchPostsForLibrary({ data: params.libraryId }),
23
component: RouteComponent,
24
},
25
)
0 commit comments