You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the processing of teams and global stats are treated as asynchronous events in separate effects.
These two processes should be synchronous, and occur after match data is received. This logic will likely be moved to a reducer, though most of the work will be done by a service.
The text was updated successfully, but these errors were encountered:
Currently, the processing of teams and global stats are treated as asynchronous events in separate effects.
These two processes should be synchronous, and occur after match data is received. This logic will likely be moved to a reducer, though most of the work will be done by a service.
The text was updated successfully, but these errors were encountered: