const [searchParams, setSearchParams] = useSearchParams({}); setSearchParams({ hello: "world" }); console.log(searchParams);