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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744075712a4554360.html
评论列表(0条)