react组件引用不是大写开头

寒羽鹿

关注

阅读 26

2022-02-07

 

当App.js引入的组件在return里面不是大写字母开头时报的错误:

Warning: The tag <list> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. list div App 

Warning: The tag <list> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. list div App

解决方法:<list> 改为大写 就好了<List>

精彩评论(0)

0 0 举报