FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

How to emit the state used in config to another react component? #93

Open aman54kumar opened 2 years ago

aman54kumar commented 2 years ago

Hi, I have created the chatbot and updated the state object according to the user responses. However, now I need this state variable in another sibling component of <Chatbot />, to be able to create a chart based on the properties of state object.

How can this be done?

image