Tijs
Tijs
Yes exactly. So the only benefit of adding the field name would be a cleaner devtools experience. But from what I understand at really no cost - unless it's difficult...
If @didierfranc isn't planning on updating typings with every release it might be better to move them to https://github.com/DefinitelyTyped/DefinitelyTyped
We're halfway there, but there's some work to be done. Especially with the prop-type of the consuming components. ```typescript declare module "react-waterfall" { import { Config, Store } from "react-waterfall/types";...
@FlorianRappl the RemoveArgumentTypes with infer is pretty brilliant! Great job. Small improvement to change: ```connect: Connect;``` To: ```connect: Connect;```