报错信息:Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it.

使用一个{} 去渲染一个组件 就会报这样一个错误

例如 Nav是一个组件

使用时不小心写成了 {Nav} 所以报上面的错误

应该将 {Nav} 改为 <Nav/>

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐