Rikard Johansson

Results 1 comments of Rikard Johansson

This might help someone for setting queryParams with types ```tsx 'use client'; import type { ReadonlyURLSearchParams } from 'next/navigation'; import { usePathname, useRouter, useSearchParams } from 'next/navigation'; type TypedURLSearchParams =...