Yes, we found the problems. We will fix them soon. The problem is that:
This “save” only works when the game screen is open.
But when the game is closed (Electron window), the React App component is unmounted instantly, and setInterval does not have time to work.
And the window close handler does not trigger manual saving.