typescript check error after use reactive #6885
coader
started this conversation in
General Discussions
Replies: 2 comments
-
typescript version is 4.8.4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you can provide a reproduction.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const item:MenuItem={}
const refValue=ref(item)
getMenuItemKey(refValue.value)
got error:
Type instantiation is excessively deep and possibly infinite.
Beta Was this translation helpful? Give feedback.
All reactions