How to get cache update in another component when data has been updated somewhere else?
Using tanstack/svelte-query.
It returns undefined but the data in the cache is updated after fetching.
The code for fetch in the first component:
It returns undefined but the data in the cache is updated after fetching.
The code for fetch in the first component: