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
I have a project written by Vue that embedded the scratch player. I found that when the page jumps, even if I unmount component using ReactDOM.unmountComponentAtNode() in advance, the memory of the scratch is still used, and the memory will become larger every time I reopen it. Finally, the page will crash. How can I free the memory of scratch?