useSearchParams
Unanswered
Western thatching ant posted this in #help-forum
Western thatching antOP
When adding
To my client component in my settings route, it gives me the error:
import { useSearchParams } from "next/navigation";
const searchParams = useSearchParams();To my client component in my settings route, it gives me the error:
> Export encountered errors on following paths:
/(dashboard)/settings/page: /settings1 Reply
American Crow
forgot
"use client" ?