-
Hey I recently migrated an app from Gatsby to Vite and now the React Query devtools are not showing which I'm confused by because I can't reproduce it with a stackblitz/codesandbox. Originally I was using react-query but I version bumped to @tanstack/react-query + the devtool package because I read there were some issues previously but with no luck so I'm pretty sure there is some issue with how I'm handling the query client. queries.jsx
app.jsx
Using We have a similar app runing vite v3 and react-query v3 with the devtools running fine and I can't find what's causing this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Adding this to vite config fixed it ! Switched back to v3 as well.
|
Beta Was this translation helpful? Give feedback.
Adding this to vite config fixed it ! Switched back to v3 as well.