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
Hover a of (new Comp()).a inside src/components/Foo.ts.
What is expected?
It shows string.
What is actually happening?
It shows never.
When a prop and a variable returned from setup has the same name, the variable returned from setup has higher precedence than a prop.
This can be confirmed by the fact that 55: is rendered instead of 55 in the reproduction.