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
When the component mounted will register some events like: resize, mousemove, dragover...
But when this component is unmounted, it looks like you didn't remove the events registered to listen.
That caused console errors.
It does not cause bugs for other user tasks, but for developers, seeing the red console screen is quite annoying.
Could you help us fix these errors?
We thank you very much.
The text was updated successfully, but these errors were encountered:
When the component mounted will register some events like: resize, mousemove, dragover...
![Screen Shot 2023-08-10 at 13 54 09](https://private-user-images.githubusercontent.com/84906010/259649308-b1df4c71-7737-4d14-a11f-4fe7562ceacb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzIxNDIsIm5iZiI6MTczOTI3MTg0MiwicGF0aCI6Ii84NDkwNjAxMC8yNTk2NDkzMDgtYjFkZjRjNzEtNzczNy00ZDE0LWExMWYtNGZlNzU2MmNlYWNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDExMDQwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU1MzhhYzg2Y2ViNWMyNDJhOTkzYzdjODI2MzFmNjY3NjM2ZTc0OTdhMDI0ODY3OWQ3NjI2OTI3OTQyNDdhODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.b8zpufRWpfMmAEtZcwyA_ma8KMy70AatwnOSZDZtv-Q)
But when this component is unmounted, it looks like you didn't remove the events registered to listen.
That caused console errors.
It does not cause bugs for other user tasks, but for developers, seeing the red console screen is quite annoying.
Could you help us fix these errors?
We thank you very much.
The text was updated successfully, but these errors were encountered: