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.
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.