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
State props are currently all managed by updateState({...any state props}); there should be more actions that trigger more specialized modifications in reducer and app state. (See file ./web/src/store/ResultStore.js)
The text was updated successfully, but these errors were encountered:
State props are currently all managed by
updateState({...any state props})
; there should be more actions that trigger more specialized modifications in reducer and app state. (See file ./web/src/store/ResultStore.js)The text was updated successfully, but these errors were encountered: