Closed RichDom2185 closed 6 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/features/gameSimulator/GameSimulatorConstants.ts | 0 | 1 | 0.0% | ||
src/pages/academy/gameSimulator/GameSimulator.tsx | 0 | 8 | 0.0% | ||
<!-- | Total: | 0 | 9 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 9068691530: | -0.002% |
Covered Lines: | 4891 |
Relevant Lines: | 14671 |
Fixes a runtime error when using Vite
I just realised the runtime error also occurs now when using CRA. Must have been a regression when the router is refactored.
Description
Fixes a runtime error when using Vite due to
CheckpointTransition
andGameManager
instantiation before the game simulator instance is initialised.Type of change
How to test
Checklist