React query devtools is empty despite having a successfully query
I seem to being having a strange issue where my dev tools for react query is reporting 0 queries despite having a working query. I'm not having any errors in my console and it also handles errors too. Just nothing will show up in the dev tools for some reason.
In the attached screenshot the questions in the FAQ are loaded from our DB using react query.

2 Replies
narrow-beigeOP•3y ago
Follow up to this it seems to work fine on code sandbox so I have no idea why its not working locally. I just installed the project a few hours ago. https://codesandbox.io/p/sandbox/tender-grass-ee61th
conscious-sapphire•3y ago
have you setup a stable query client?
https://tkdodo.eu/blog/react-query-fa-qs#2-the-queryclient-is-not-stable
React Query FAQs
Answering the most frequently asked React Query questions