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
This was fixed in Vue 3, but seems to not have been updated in this package.
The type should be <T>(ref: T | Ref<T>): T but is currently <T>(ref: T): T extends Ref<infer V> ? V : T
See vuejs/core#3954.
In general, how up to date is this package with the Vue 3 repository? If an issue has been fixed there, can I reasonably expect it to have been fixed here as well, or is that not the case?
The text was updated successfully, but these errors were encountered:
This was fixed in Vue 3, but seems to not have been updated in this package.
The type should be
<T>(ref: T | Ref<T>): T
but is currently<T>(ref: T): T extends Ref<infer V> ? V : T
See vuejs/core#3954.
In general, how up to date is this package with the Vue 3 repository? If an issue has been fixed there, can I reasonably expect it to have been fixed here as well, or is that not the case?
The text was updated successfully, but these errors were encountered: