Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 3858858

Browse files
gkzfacebook-github-bot
authored andcommitted
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
1 parent e3ec139 commit 3858858

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/component/base/DraftEditorFlushControlled.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
const ReactDOMComet = require('ReactDOMComet');
1313

1414
const flushControlled: void | ((fn: () => void) => void) =
15-
// $FlowExpectedError unstable_flushControlled is not yet in the upstream Flow typing
1615
ReactDOMComet.unstable_flushControlled;
1716

1817
module.exports = flushControlled;

0 commit comments

Comments
 (0)