JSX.Element[]' is not assignable to type FunctionComponent"错误。为了解决该错误,可以将元素数组包裹在Reac。React报错之Type|React报错之Type '() => JSX.Element[]' is not assignable to type FunctionComponent。" />

React报错之Type|React报错之Type '() => JSX.Element[]' is not assignable to type FunctionComponent

正文从这开始~ 总览 当我们尝试从函数组件中返回元素组成的数组时,会产生"Type '() => JSX.Element[]' is not assignable to type FunctionComponent"错误。为了解决该错误,可以将元素数组包裹在React片段中。 这里有个示例用来展示错

    推荐阅读