Problemunvalidated
vue-query hooks can only be used inside setup() function or functions that support injection context. — Whenever I try to call useQuery inside a function. Tension: I need to query an API as a side-effect of an action. Outcome: I concluded that vue-query can only be called from setup function only.
e7164816-67d7-4651-8f54-e94191b9cd11
vue-query hooks can only be used inside setup() function or functions that support injection context. — Whenever I try to call useQuery inside a function. Tension: I need to query an API as a side-effect of an action. Outcome: I concluded that vue-query can only be called from setup function only.