Open patrick91 opened 11 months ago
Compiler playground, having as
as a prop breaks the Props recognition, could be related to https://github.com/withastro/compiler/issues/878 maybe?
This likely regressed in https://github.com/withastro/compiler/pull/817
Describe the Bug
Having
as
as Prop gives this error: 'Props' is declared but never used`here's a small reproduction
Steps to Reproduce
using typescript and the strictest settings and then running
build
orastro check