FredrikOseberg / react-chatbot-kit

MIT License
324 stars 154 forks source link

No action on button click / submit #155

Closed pichlerpa closed 12 months ago

pichlerpa commented 1 year ago

Hi everyone, first of all, congrats to this great open-source project. During my first tests, I encountered the issue of not being able to send messages, it seems like there is no action behind the button or submit element, nothing happens on pressing enter or clicking the button, also no error is shown:

image

Are you familiar with this problem or could you give me a hint where/how to poke around?

Thanks, Patrick

hexiaogou commented 1 year ago

Perhaps, you didn't write const parse in MessageParser.

pichlerpa commented 12 months ago

@hexiaogou thanks for your response, I meanwhile found another component to use.