From 943a290b83fc4311532665f5e8f85d42a04349d0 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 13 Jul 2020 20:23:15 -0700 Subject: [PATCH] chore: Update flow just far enough to get hooks libdefs (#1348) --- app/components/Button.js | 1 - app/components/Editor/Editor.js | 1 - app/components/NudeButton.js | 1 - app/components/Sidebar/components/Version.js | 2 -- app/embeds/components/Frame.js | 1 - app/scenes/Document/components/Contents.js | 2 -- package.json | 2 +- yarn.lock | 8 ++++---- 8 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/components/Button.js b/app/components/Button.js index 43c1b9957..146c0beae 100644 --- a/app/components/Button.js +++ b/app/components/Button.js @@ -154,7 +154,6 @@ function Button({ ); } -// $FlowFixMe - need to upgrade to get forwardRef export default React.forwardRef((props, ref) => (