Generic vue types break depending how props are accessed in template. #3714
Labels
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
upstream
Generic vue types break depending how props are accessed in template.
Lets take component like this, it all works fine:
Now take the same component and instead use prop directy inside template without props. like this:
And you will get This expression is not callable. Type 'unknown' has no call signatures.

The text was updated successfully, but these errors were encountered: