LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.73k stars 598 forks source link

Is there any way to set value of a custom component at any point in the chat timeline without triggering some other step? #245

Open delsinz opened 4 years ago

delsinz commented 4 years ago

I'm trying to update the value of a custom component step without triggering other steps using props.triggerNextStep({ value: someValue, trigger: null }).

But if the said custom component step is not the current step, it always throws this error.

Screen Shot 2019-11-28 at 16 04 26