react-twilio-video-post icon indicating copy to clipboard operation
react-twilio-video-post copied to clipboard

Uncaught Error: Cannot transition from "disconnected" to "disconnected"

Open newtriks opened this issue 7 years ago • 2 comments

Running your example, on reload of a connected clients browser or close of the window/tab, this error shows in the browser console:

twilio-conversations.min.js:91 Uncaught Error: Cannot transition from "disconnected" to "disconnected".

This also results in preventing all of the connected clients from properly disconnected and unmounting the react component. Any ideas how to fix this?

newtriks avatar Sep 17 '16 10:09 newtriks