jotaijs / jotai-tanstack-query

Jotai integration library for TanStack Query
MIT License
210 stars 14 forks source link

Not showing in @tanstack/react-query-devtools #77

Closed hermantolim closed 3 months ago

hermantolim commented 6 months ago

I followed the documentation but query made by this lib is not showing in the devtools, while the query made without this lib showed

@tanstack/react-query-devtools: 5.28.4
jotai: 2.7.0
jotai-tanstack-query: 0.8.5
@tanstack/query-core: 5.28.4
@tanstack/react-query: 5.28.4
kalijonn commented 4 months ago

You need to ensure that the DevTools and Jotai are referencing the same queryClient. I can take a look if it isn't working.

example: https://codesandbox.io/p/sandbox/jotai-query-devtools-zlp3pj

hermantolim commented 3 months ago

sorry, i thought hydrate atom is only for SSR, it turns out you need it too