Closed anodynos closed 5 years ago
Can you please provide some code to reproduce?
Sorry I've missed that, was busy/holidays :-) I will do when I find some time next week...
Closing this - I can't reproduce it any more (we've upgraded to TypeScript 3.5.3 since, maybe that has solved it, not sure ;-) )
Thanks for the lib, it rocks ;-)
When I upgrade from
3.0.0-beta-2
to3.0.0
I'm getting loads oferror TS2554: Expected 1-2 arguments but got 0.
for all my
actionFactory<void>
&actionFactory.async<void, SomeType>
.Reverting back to
3.0.0-beta-2
solves it. I'm on TypeScript 3.1.6.