-
New to nuqs and I've setup my query state to work with tabs where the default links to an index tab and subsequent values map to the appropriate tab specified in the search parameters. I'm experiencing a problem where the My assumption is that when you set a default value, Framework: React Router V6 Code setup: const [currentTab, setTab] = useQueryState(
'tab',
parseAsString.withDefault('').withOptions({
scroll: false,
}),
); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Do you have a stack trace for where the error comes from? |
Beta Was this translation helpful? Give feedback.
Great, I'll get it merged then and it should land in
nuqs@2.4.0
next week.I also fixed the issue upstream in React devtools: facebook/react#32372