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
Right now, we pass store to ParamStore and use ParamStore as an action emitter. It seems a more 'redux' way to do it is to use an action creator. In another term, the API we have in ParamStore is leaky.
Also, ParamStore's api is leaky for another reason: we still use 'window.history.back' instead of something like 'ParamStore.back'.
The text was updated successfully, but these errors were encountered: