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
I just upgraded from 0.2.18 to 0.2.19 and got hit by a tonne of typescript issues for invoke.
invoke
It looks like the args have been tightened up from ...any[] to fn: (ctx) => Promise
...any[]
fn: (ctx) => Promise
v0.2.18...v0.2.19#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8R102
But from my usage (unless this has changed) the function passed to invoke also takes an event argument?
The text was updated successfully, but these errors were encountered:
Mind sending a pR?
Sorry, something went wrong.
Same here. A lot of confusion. How to fix this?
This is the commit. But here I see two invoke definitions... aa34adf#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8
No branches or pull requests
I just upgraded from 0.2.18 to 0.2.19 and got hit by a tonne of typescript issues for
invoke
.It looks like the args have been tightened up from
...any[]
tofn: (ctx) => Promise
v0.2.18...v0.2.19#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8R102
But from my usage (unless this has changed) the function passed to invoke also takes an event argument?
The text was updated successfully, but these errors were encountered: