From 3858858bb5107b006b06bcd701c6c1752943fdd0 Mon Sep 17 00:00:00 2001 From: George Zahariev Date: Fri, 20 Mar 2020 19:41:30 -0700 Subject: [PATCH] Remove unused Flow suppressions in WWW Summary: Remove unused Flow suppressions in WWW with the current version of Flow (0.120). This will make deploying 0.121 easier. bypass-lint Reviewed By: panagosg7 Differential Revision: D20568355 fbshipit-source-id: fa8f20a06a39e790469225159a3c2126c650e251 --- src/component/base/DraftEditorFlushControlled.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/component/base/DraftEditorFlushControlled.js b/src/component/base/DraftEditorFlushControlled.js index 52bb729974..43ebc8b5ea 100644 --- a/src/component/base/DraftEditorFlushControlled.js +++ b/src/component/base/DraftEditorFlushControlled.js @@ -12,7 +12,6 @@ const ReactDOMComet = require('ReactDOMComet'); const flushControlled: void | ((fn: () => void) => void) = - // $FlowExpectedError unstable_flushControlled is not yet in the upstream Flow typing ReactDOMComet.unstable_flushControlled; module.exports = flushControlled;