Skip to content

import/order fails after updating a dependency (redux-saga) #793

Closed
@mastilver

Description

When using redux-saga@0.14.4 everything is fine
But fails when using redux-saga@0.14.5

I think the reason for this to fails is this PR: redux-saga/redux-saga#895


Error message:

./userSaga import should occur before import of redux-saga/effects import/order

Code:

import { fork } from 'redux-saga/effects';

import connectionFlow from './userSaga';

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions