FredrikOseberg / react-chatbot-kit

MIT License
299 stars 139 forks source link

Not able to remove prevState messages #77

Open pavansai2299 opened 2 years ago

pavansai2299 commented 2 years ago

Hi, I want to remove prevState messages in chatbot state conditionally. Sample code is for reference.

image

However, I am getting the below error

image

The idea is that I should be able to remove the previous chatbot messages so that they cannot be displayed in UI.

please help me with this issue.