chore: Update flow just far enough to get hooks libdefs (#1348)

This commit is contained in:
Tom Moor
2020-07-13 20:23:15 -07:00
committed by GitHub
parent f4a4f034cf
commit 943a290b83
8 changed files with 5 additions and 13 deletions

View File

@ -154,7 +154,6 @@ function Button({
);
}
// $FlowFixMe - need to upgrade to get forwardRef
export default React.forwardRef((props, ref) => (
<Button {...props} innerRef={ref} />
));