Missing FunctionalComponent props are no longer reported in the template #2676
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
Version
Volar: >= 1.4.0
Vue: 3.2.47
TypeScript: 5.0.4
tsconfig:
Steps to reproduce
What is actually happening?
TypeScript doesn't warn me that
<Icon />
is missing a propname
.What is expected?
Error about missing prop reported.
The text was updated successfully, but these errors were encountered: