Uncaught Error: No QueryClient set, use QueryClientProvider to set one
Im new to using React query, Im using react native and react query v3, react native is not compatible with the querydevtools. I keep getting no queryClient set but i do set it, am I setting it up wrong in my code:


1 Reply
exotic-emerald•3y ago
Is the
App component from the first screenshot a descendant of QueryClientProvider in the second screenshot?