Skip to content

Commit 5c485e7

Browse files
committed
fix: resolve comments
1 parent 072f83f commit 5c485e7

File tree

1 file changed

+3
-1
lines changed
  • packages/docs/src/app/playground/_demos/repro-907

1 file changed

+3
-1
lines changed

packages/docs/src/app/playground/_demos/repro-907/page.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import { parseAsString, useQueryStates } from 'nuqs'
66
import { useState } from 'react'
77

88
export default function Home() {
9-
const [nuqsConfig, setNuqsConfig] = useState({
9+
const [nuqsConfig, setNuqsConfig] = useState<
10+
Record<string, typeof parseAsString>
11+
>({
1012
p1: parseAsString,
1113
p2: parseAsString
1214
})

0 commit comments

Comments
 (0)