coalition-of-invisible-colleges / ao-react

reimplementation of the AO frontend using TypeScript and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when the database is empty there is a race condition to create more than one community hub card

christopherreay opened this issue · comments

The server needs to create the community hub card on store initialization, rather than a client when it discovers the cardByName does not exist

I already tried to do this, but ran in to complexities in the buried state management of the server. Likely that it could be done quite easily