Philip Reimer

Results 3 comments of Philip Reimer

This example doesn't prove the need for effect scopes but demonstrates that it doesn't work. ```vue import {effectScope, EffectScope, onScopeDispose, ref, watch, watchEffect} from "vue"; import {useQuery} from "vue-query"; const...

I agree that this pull request is not elegant and I have not presented a valid example where it is needed. From my perspective if people use effect scopes they...

Here's a different approach of getting the query client from within effect scope outside of setup. https://github.com/ant32t/vue-query/commit/e5ba77e06d537d865bf4d10cf4abfd9c1c31ad83