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 55fe5ed commit 7a2a517Copy full SHA for 7a2a517
1 file changed
src/components/DocsLayout.tsx
@@ -325,7 +325,6 @@ export function DocsLayout({
325
repo,
326
children,
327
}: DocsLayoutProps) {
328
-
329
const params = useParams({ strict: false })
330
const libraryId = params.libraryId || ''
331
@@ -404,7 +403,7 @@ export function DocsLayout({
404
403
params={{
405
libraryId,
406
version: params.version || 'latest',
407
- _splat: child.to
+ _splat: child.to,
408
}}
409
onClick={() => {
410
detailsRef.current.removeAttribute('open')
0 commit comments