redux-logger TypeError: Cannot read property 'type' of undefined code example
Example: redux-logger TypeError: Cannot read property 'type' of undefined
dispatch(resetStatusAction);
change to dispatch(resetStatusAction());
dispatch(resetStatusAction);
change to dispatch(resetStatusAction());