Files
Lukas Klingsbo 3804f52434 fix: Lifecycle completers to be called for FlameGame (#3007)
Previously the `mounted`, `loaded` and `removed` completers for
`FlameGame` weren't called since `FlameGame` doesn't go through the
normal component lifecycle flow, this PR adds so that the completers are
completed properly.

Closes #3003
2024-01-28 19:54:35 +01:00
..