Devtools says no queryClient provided.
Hello, I'm trying to setup the provider and the client, but the devtools says that no client has been provided, But I have provided it though. Any idea what's going on?


3 Replies
extended-salmonOP•3y ago
The App works fine if I remove the devtools
crude-lavender•3y ago
You're using react-query (v3) with the TanStack devtools from v4
extended-salmonOP•3y ago
Damn! Instant Fix! Thank you very much!