Problem with react query and nextjs query params
Hi, I am using react query with a custom hook for pagination but the query is not executed, it is always pending for some reason and it does not make the call, is it because of the line where I push the queries, did it happen to anyone?
is for this line, if i delete it react query works but dosent push to the url

3 Replies
flat-fuchsia•14mo ago
👋
Did you solve it?
passive-yellowOP•14mo ago
@denis.monastyrskyi no bro, i didnt find a solution yet
flat-fuchsia•14mo ago
@lucasp Can you create a small reproduction of your code on the codesandbox? I will try to help you with it, but it's hard to do just by looking on your code.