Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

Consider Asynchronocity in GamePage template #197

Closed JStrebeyko closed 3 years ago

JStrebeyko commented 4 years ago

As of now, some logic throws on initial load if there is no logic data present, probably because elements are awaiting an activeFrame. A possible solution could be for example setting some alternative (default) activeFrame on load or perhaps making the prop optional futher down the component tree.

DOD: the GameComponent does not throw on levels being loaded from db.

stared commented 3 years ago

Old, with current changes, might be not up to date. Closing.