You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vue-query): Make query options watchers sync (#5929)
* fix: make watcher for queryOptions sync to reflect changes to them immediately
* fix: make option watchers sync for other composibles
* test: improve test for dependent queries
* test: update test to check for dependent query to be called with the correct key
* docs: fix example to use queryKey instead of reactive variable
* test: resolve mock queryFn
* test: keep fetch status checks in test for dependent queries
---------
Co-authored-by: Damian Osipiuk <[email protected]>
0 commit comments