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
This PR fixes an issue where setting up components on the server (SSR)
could result in memory leaks because we only dispose state machines on
the client, not on the server.
Fixes: #3747
0 commit comments