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
Likely due to app never being closed. The code in SetActionCreators assumes the date from Redux is a String because Redux converts it to a String on startup. If however the app is never closed, then the date is still a normal date object.