-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import/order fails after updating a dependency (redux-saga) #793
Comments
I can confirm this issue is happening to me as well. |
It's probably due to the fact that Edit: Working on a fix. |
Any update on this one? Cheers |
Also facing this issue. To add, it's peculiar that the linter reports this as a warning from the import { put, call, takeEvery } from 'redux-saga/effects'; // eslint-disable-line <- doesn't help It still causes warnings for other imports in the file, namely from |
As a temporary workaround, one can add Example:
|
…internal modules Fixes import-js#793.
…internal modules Fixes import-js#793.
…ernal modules Fixes import-js#793. - Add skipped test to expect scoped internal packages to be "internal"
When using
[email protected]
everything is fineBut fails when using
[email protected]
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:
The text was updated successfully, but these errors were encountered: