Screenshots

Version
CDN: v4.10.0
Describe the bug
Error occurs when store.dispatch() is used to send a SEND_EVENT, SEND_POST_BACK, or SEND_MESSAGE_BACK activity and activityMiddleware is also utilized.
Steps to reproduce
- Run the 05.custom-components/c.user-highlighting MockBot located in the sample.
- Type "herocard" into the send box
- Click the "postBack" button
- See error
Expected behavior
No error should occur with dispatch and activityMiddleware functioning, as expected.
[Bug]
Screenshots
Version
CDN: v4.10.0
Describe the bug
Error occurs when
store.dispatch()is used to send aSEND_EVENT,SEND_POST_BACK, orSEND_MESSAGE_BACKactivity andactivityMiddlewareis also utilized.Steps to reproduce
Expected behavior
No error should occur with dispatch and activityMiddleware functioning, as expected.
[Bug]