admin 管理员组文章数量: 1086019
I started the Knowthen Go/React tutorial and I've some problem with React. When i try to launch my app, i've got this error and i can't figure out why. Here's my github repo with all my sources:
Thanks a lot
I started the Knowthen Go/React tutorial and I've some problem with React. When i try to launch my app, i've got this error and i can't figure out why. Here's my github repo with all my sources: https://github./LaLauque/RealTImePlatform/tree/dev
Thanks a lot
Share Improve this question asked Aug 8, 2018 at 9:41 G.DG.D 1,0722 gold badges8 silver badges15 bronze badges 1- 1 Please take some time to read the help page, stackoverflow./help/how-to-ask – v8-E Commented Aug 8, 2018 at 9:42
1 Answer
Reset to default 5The error message can't really be much clearer. You're referencing addChanel
- notice the typo, whereas in your code you have defined a method called addChannel
.
As you might expect addChanel
cannot be found as it does not exist.
You have made this mistake in two places: in App.jsx lines 8 and 29.
本文标签: javascriptThe above error occurred in the ltAppgt component in AppStack Overflow
版权声明:本文标题:javascript - The above error occurred in the <App> component: in App - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744075713a2529310.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论