redux-logger not showing action names suddenly only “object, object”
问题 I learn react and try to get Redux to work so I use the Redux-logger. When dispatching two actions from App.js it works as the top image show "ALBUME_DATA_LOADED". Then I make a dispatch from from another place and get this output: I'm not sure I sent that "object, object" action I place breakpoint and console log and it's strange the react-logger it catching an action that I dont think I sent.. Any idea? Here is the action types I use in the below code as userActionTypes : File user.types.js