React报错之JSX|React报错之JSX element type does not have any construct or call signatures

正文从这开始~ 总览 当我们试图将元素或react组件作为属性传递给另一个组件,但是属性的类型声明错误时,会产生"JSX element type does not have any construct or call signatures"错误。为了解决该错误,可以使用React.ElementT

    推荐阅读