I've been fiddling with this for too long already but it can be reproduced pretty easily. If you have a Scene in which you execute:
Ticker.shared.add((delta) => {
console.log('Tick!')
});
And your HMR kicks in, you'll continue to see the Tick! in your console.
I've been fiddling with this for too long already but it can be reproduced pretty easily. If you have a Scene in which you execute:
And your HMR kicks in, you'll continue to see the
Tick!in your console.