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
Add a ment  | 

1 Answer 1

Reset to default 5

The 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