We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tutorial uses import { $call } from 'utility-types'; but there is no $call exported.
import { $call } from 'utility-types';
$call
The text was updated successfully, but these errors were encountered:
Workaround is to use #22 :-)
Sorry, something went wrong.
Basically the mental-map is like this:
$call was a workaround for pre TS v2.8 when expression return type inference was impossible, from TS v2.8 it's not needed anymore and was removed
I'll try to add it in the documentation to avoid further questions
d6ebcc8
piotrwitek
No branches or pull requests
Tutorial uses
import { $call } from 'utility-types';
but there is no$call
exported.The text was updated successfully, but these errors were encountered: