modules
modules copied to clipboard
Web Module : Not able to render stateful React Components
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.