Francisco Pereira Alvarado
Francisco Pereira Alvarado
Work fine for me: 
Perhaps in the canvas render, the default value maybe not being set.
Yes, the problem is because of the strict React mode. In the file: PhaserGame.jsx you could comment out the lines responsible for destroying the Game: ```js return () => {...
The references we added at the beginning should prevent multiple instances.
In this template is not supported, but try to replace this code inside src/main.ts. However, keep in mind that the game will still reload. ```js import StartGame from './game/main'; let...