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

type check and vue-demi exported member #83

Closed ItMaga closed 3 years ago

ItMaga commented 3 years ago

issue

It can be fixed somehow or cannot do anything about it? I wouldn't like to resort to skipLibCheck:)

version 1.10.1

DamianOsipiuk commented 3 years ago

Hi, I need to check the bundle if some react reference slipped again into the repo. It should not happen, as i have fixed that before.

DamianOsipiuk commented 3 years ago

Should be fixed in https://github.com/DamianOsipiuk/vue-query/releases/tag/v1.11.2 Could you verify that this fixes your issue?

ItMaga commented 3 years ago

Yes, it has fixed the issue. Thank you for the quick response!