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 4035368 commit eae1c99Copy full SHA for eae1c99
src/lib/serialize.ts
@@ -26,7 +26,7 @@ const nestedUpdateUrlSearchParams = (
26
if (key.includes('.')) {
27
throw new UnserializableParamError(
28
key,
29
- 'is contains one or more dots "." in the key which is unsupported',
+ 'contains one or more dots "." in its name which is unsupported',
30
)
31
}
32
0 commit comments