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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
I recently enabled Vue.js devtools in a staging environment of a Nuxt application I'm working on:
Then I noticed that Vue Query's events don't show up in Vue.js devtools. Events from other plugins such as Vue Router do show up properly.
Approaches taken by other libraries
References
Temporary workaround
As a workaround, I apply the following patch using patch-package:
My environment is as follows:
@tanstack/vue-query
: v4.29.25Beta Was this translation helpful? Give feedback.
All reactions