DamianOsipiuk / vue-query

Hooks for fetching, caching and updating asynchronous data in Vue
https://vue-query.vercel.app/
MIT License
1.11k stars 48 forks source link

Error loading devtools in Vue 2 #101

Closed stellR42 closed 2 years ago

stellR42 commented 2 years ago

When trying to load devtools, I get this error: export resolveComponent (imported as 'VueDemi') was not found in 'vue-demi' Versions: vue: 2.6.12, vue-demi: 0.12.1, vue-query: 1.15.0

DamianOsipiuk commented 2 years ago

Hi, could you try downgrading vue-demi to 0.10.1? If that helps i would need to pin the package version.

You could also try running npx vue-demi-fix if you have postinstall scripts disabled

DamianOsipiuk commented 2 years ago

@stellR42 Could you try with https://github.com/DamianOsipiuk/vue-query/releases/tag/v1.18.1

DamianOsipiuk commented 2 years ago

Fell free to reopen this ticket if it still does not work