You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
When the ShoutBox is mounted, it opens a new websocket connection which is never closed. You can see the following errors on console
Uncaught TypeError: Cannot read property 'scrollTo' of null
This can be reproduced by toggling the shoutbox a couple of times
A possible fix would be to close the websocket on unmount or lifting the ws connection to some parent component which is mounted only once
The text was updated successfully, but these errors were encountered: