import/order fails after updating a dependency (redux-saga) #793
Closed
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';