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 some of the reducer functions have side effects. This is not a good practice and we should refactor all of the reducers to be pure functions.
The text was updated successfully, but these errors were encountered:
Currently some of the reducer functions have side effects. This is not a good practice and we should refactor all of the reducers to be pure functions.
The text was updated successfully, but these errors were encountered: