chore: Update flow just far enough to get hooks libdefs (#1348)
This commit is contained in:
@ -20,7 +20,6 @@ const Button = styled.button`
|
||||
}
|
||||
`;
|
||||
|
||||
// $FlowFixMe - need to upgrade to get forwardRef
|
||||
export default React.forwardRef((props, ref) => (
|
||||
<Button {...props} ref={ref} />
|
||||
));
|
||||
|
Reference in New Issue
Block a user