#React-query cannot find QueryProvider
2 messages · Page 1 of 1 (latest)
The issue was entirely unrelated to react-query, sorry for the dumb question 👍
2 messages · Page 1 of 1 (latest)
These kinds of errors usually happen when useQuery is used within a component that is not a descendant of QueryClientProvider. I would look at the stack trace of the error to find out in which component the error originates, and then look at where that component is in the tree.
The issue was entirely unrelated to react-query, sorry for the dumb question 👍