Hi there! I've been trying to get rid of a $FlowFixMe in our codebase and have isolated it down to this:
3: export default (f: Function) => f.apply.bind(f);
^ call of method `bind`. Callable signature not found in
3: export default (f: Function) => f.apply.bind(f);
^ function type
Even though...
Hi there! I've been trying to get rid of a $FlowFixMe in our codebase and have isolated it down to this:
https://flow.org/try/#0PTAEAEDMBsHsHcBQiCmAPADrATgF1ACYqQCGArtPgBSQBcoAYmQHYDGuAlrMwJSgC8APlCQAdCQwZoAT1EAjDswI0eAbkRA
That is,
yields
Even though...