T
TanStack3y ago
foreign-sapphire

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:
No description
No description
1 Reply
exotic-emerald
exotic-emerald3y ago
Is the App component from the first screenshot a descendant of QueryClientProvider in the second screenshot?

Did you find this page helpful?