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
Sometimes I need to know what action payload was, it will be great to log not only actions types, but action payloads too (according to Redux ideas all actions should be serializable). Of course I have a diff for state but sometimes payload contain some important for debugging purpose data and reducers compute some other property and don't save the payload themselves in the store.
Thanks!
The text was updated successfully, but these errors were encountered:
Sometimes I need to know what action payload was, it will be great to log not only actions types, but action payloads too (according to Redux ideas all actions should be serializable). Of course I have a diff for state but sometimes payload contain some important for debugging purpose data and reducers compute some other property and don't save the payload themselves in the store.
Thanks!
The text was updated successfully, but these errors were encountered: