We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
TypeScript Version: 3.9.0-dev.20200220
Search Terms: yield in combination with looking for import in the title.
Code
import { call } from 'redux-saga/effects'; export function* test() { select(); // works const token = yield select(() => 0); // doesn't work yield call((a: string) => a, ""); }
Expected behavior:
Auto import should work
Actual behavior:
Auto import only works when no yield is in front of the statement.
Playground Link: https://codesandbox.io/s/affectionate-khorana-t6e9h GitHub Repo: https://github.com/SantoJambit/yield-autoimport-issue
The text was updated successfully, but these errors were encountered:
yield
andrewbranch
Successfully merging a pull request may close this issue.
TypeScript Version: 3.9.0-dev.20200220
Search Terms:
yield in combination with looking for import in the title.
Code
Expected behavior:
Auto import should work
Actual behavior:
Auto import only works when no yield is in front of the statement.
Playground Link: https://codesandbox.io/s/affectionate-khorana-t6e9h
GitHub Repo: https://github.com/SantoJambit/yield-autoimport-issue
The text was updated successfully, but these errors were encountered: