Redux icon indicating copy to clipboard operation
Redux copied to clipboard

redux-logger breaking changes

Open rohan-paul opened this issue 6 years ago • 0 comments

redux-logger breaking changes should have been resolved by doing as below ..

Change the below line from .. import logger from 'redux-logger';

to import { createLogger } from 'redux-logger';

And ofcourse then using 'createLogger' instead of 'logger' inside the code

rohan-paul avatar Jun 01 '18 08:06 rohan-paul