Reactjs – useSearchParams Hook in Next.js client component returns empty response
I'm using Next.js with app router. In my middleware.ts, I'm setting search params. But when I try useSearchParams() hook in client component, it just returns ReadonlyURLSearchParams {size: 0} Please help me out where I might be going wrong. Here is my…