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
'vue-query composable like "useQuery()" should only be used inside a "setup()" function or a running effect scope. They might otherwise lead to memory leaks.',
388
+
)
389
+
}finally{
390
+
warnSpy.mockRestore()
391
+
vi.unstubAllEnvs()
392
+
}
393
+
})
394
+
372
395
test('should work with options getter and be reactive',async()=>{
0 commit comments