🐛 BUG: using as
a prop name cause Props to not be recognized in TSX
#927
Labels
- P4: important
Violate documented behavior or significantly improves performance (priority)
feat: tsx
Related to the TSX output (scope)
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
The text was updated successfully, but these errors were encountered: