79496643

Date: 2025-03-09 21:49:55
Score: 1.5
Natty:
Report link

The error is outlined in the nuqs troubleshooting docs: https://nuqs.47ng.com/docs/troubleshooting#client-components-need-to-be-wrapped-in-a-suspense-boundary

The root of the issue is that useQueryState(s) uses Next.js' useSearchParams under the hood, which does need this Suspense boundary to ensure proper hydration of client components.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: François Best