FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

userChatMessage Component need payload along with message. #145

Open snkreddy opened 1 year ago

snkreddy commented 1 year ago

Right now userChatMessage when passed in the config doesn't receive the complete IMessage rather just the message string making it hard to customize based on the payload.

snkreddy commented 1 year ago

@FredrikOseberg Can you give me the contribution guide to contribute. I am happy to fix this issue with a PR. Thank you.