RootCauseunvalidated
useSearchParams is a client-side hook that can suspend during client rendering; because no Suspense boundary exists above the component/page where it’s called, Next.js throws the missing-suspense error. Adding Suspense inside the same component doesn’t place the boundary high enough in the render tree.
d28965de-fc65-40f1-96e8-a5df7b048d7a
useSearchParams is a client-side hook that can suspend during client rendering; because no Suspense boundary exists above the component/page where it’s called, Next.js throws the missing-suspense error. Adding Suspense inside the same component doesn’t place the boundary high enough in the render tree.