【发布时间】:2022-01-02 10:33:09
【问题描述】:
这是我在上一个问题中在同一个应用程序上遇到的两个错误之一。这是第一个错误:
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
Routes@http://localhost:3000/React-Portfolio/static/js/bundle.js:40930:7
div
div
Header@http://localhost:3000/React-Portfolio/static/js/bundle.js:581:1
Router@http://localhost:3000/React-Portfolio/static/js/bundle.js:40867:7
BrowserRouter@http://localhost:3000/React-Portfolio/static/js/bundle.js:40344:7
div
App
我不确定如何完全调试它,所以不确定它在哪里说存在错误......这是存储库:https://github.com/kstaver/React-Portfolio
【问题讨论】:
标签: javascript node.js reactjs react-dom