0👍
the problem occurred because the emitter.on("eventname" …) was not deleted when removing the components. I also changed the emitter.on to an arrow function.
Source:stackexchange.com
0👍
the problem occurred because the emitter.on("eventname" …) was not deleted when removing the components. I also changed the emitter.on to an arrow function.