botpress / modules

MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
GNU Affero General Public License v3.0
23 stars 29 forks source link

Web Module : Not able to render stateful React Components #29

Open draghav1234 opened 5 years ago

draghav1234 commented 5 years ago

I need to create custom form components which will be used in my chat and shown to the client. I see botpress webchat plugin only supports Presentational React Components. As soon as I change presentational react components to ones having their own states, then the code breaks and is not able to load the components.

Kindly help resolve this.