n-d-r-d-g

Results 2 comments of n-d-r-d-g

In my case, switching vite to false results in other errors. I managed to fix the error @codeflorist mentioned but other errors pop up, which I don't feel comfortable fixing,...

Hi @nbibler, I was experiencing the same issue. I fixed it by upgrading the following packages: ``` "next-query-params": "^5.0.0", "use-query-params": "^2.2.1" ``` Note: I'm using `"next": "14.0.4"`.