Screenshots
Version
Describe the bug
Running 21.customization-plain-ui throwing undefined errors for all hooks. Not sure if I'm missing a package, but I'm assuming the sample should work out of the box.
To Reproduce
Steps to reproduce the behavior:
- git clone BotFramework-WebChat
2 cd BotFramework-WebChat/samples/21.customization-plain-ui
- npm i
- npm start
App starts on localhost:3000 but throws an error "TypeError: Cannot read property 'useSendMessage' of undefined" and stack trace points to "const { useSendMessage } = hooks;"
Expected behavior
App should start up
Additional context
[Bug]
Screenshots
Version
Describe the bug
Running 21.customization-plain-ui throwing undefined errors for all hooks. Not sure if I'm missing a package, but I'm assuming the sample should work out of the box.
To Reproduce
Steps to reproduce the behavior:
2 cd BotFramework-WebChat/samples/21.customization-plain-ui
App starts on localhost:3000 but throws an error "TypeError: Cannot read property 'useSendMessage' of undefined" and stack trace points to "const { useSendMessage } = hooks;"
Expected behavior
App should start up
Additional context
[Bug]