react-chatbot-kit icon indicating copy to clipboard operation
react-chatbot-kit copied to clipboard

Results 103 react-chatbot-kit issues
Sort by recently updated
recently updated
newest added

Currently the custom message system doesn't seem to have a way for the custom message to get the message text. I would want the text to be passed as prop...

Hi, first off this is a great module. Kudos for that ! There is just an issue with the send button as you can see from the below screenshot. ![Screenshot_2021-10-10_12-27-14](https://user-images.githubusercontent.com/43094266/136689321-f3073745-2f78-450b-bc5f-9ca02c1cb0ab.png)

Hello, if I mount and unmount Chatbot on the page then next error happens: _TypeError: can't access property "scrollHeight", g.current is null_ _C:/SWDevelopment/sites/aixplain/User-Website/node_modules/react-chatbot-kit/build/index.js:1_ seems it use event listeners but they...

![image](https://user-images.githubusercontent.com/40311627/111117785-f8717480-858d-11eb-91c7-961bfcd39e59.png) ![image](https://user-images.githubusercontent.com/40311627/111118018-44241e00-858e-11eb-93ce-f05f8cb5c07e.png)

i submitted a PR to flex the button and center align the icon. But for some reason the icon is left justified

Hi, I want to remove prevState messages in chatbot state conditionally. Sample code is for reference. ![image](https://user-images.githubusercontent.com/30811117/128863926-38638125-3462-410d-b26d-af66eab3e00f.png) However, I am getting the below error ![image](https://user-images.githubusercontent.com/30811117/128864276-f2a3f707-d6e2-47d1-b90e-bf95df615edc.png) The idea is that I...

I have react component "Somefile.jsx" from where I am calling component of react-chatbot-kit. In Somefile.jsx I am calling "abc" method using setInterval to check session timeout. on 6th and 8th...

Hi, I try to make a dynamic bot that could be configured by an administrator using your great framework ;) But I am facing on problem to display multiple widget...

For some reason this library's import is not detected by VSCode, intellisense doesn't work and and hitting F12 on the imported element doesn't take me to source, however everything is...

Hi, I wanted to expand chat window to full screen. Just wondering if this is possible to do via config. Thank you.