TS - 'Icon' refers to a value, but is being used as a type here. Did you mean 'typeof Icon'

报错

'Icon' refers to a value, but is being used as a type here. Did you mean 'typeof Icon'

原因

ts文件中使用了ts中并不能使用JSX

解决

修改文件后缀为tsx

posted @ 2021-09-03 16:47  YanjieZ  阅读(1223)  评论(0编辑  收藏  举报
Yanjie Z 的一些学习、踩坑、研究的记录,若有问题欢迎指正