Skip to content

redux-logger breaking changes #4

Description

@rohan-paul

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions