unref returns wrong type
Vue version
3
Link to minimal reproduction
Steps to reproduce
See tsplayground
What is expected?
I expect to get unrefed type
What is actually happening?
returned type of unref is still includes ComputedRef. Same for toValue
System Info
No response
Any additional comments?
No response
Idem when using toValue
I believe, it will be fixed with https://github.com/vuejs/core/pull/8748