Next.js Discord

Discord Forum

useSearchParams

Unanswered
Western thatching ant posted this in #help-forum
Open in Discord
Western thatching antOP
When adding

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: /settings

1 Reply

American Crow
forgot "use client" ?