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

Commit

Permalink
Remove unused Flow suppressions in WWW
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gkz authored and facebook-github-bot committed Mar 21, 2020
1 parent e3ec139 commit 3858858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/base/DraftEditorFlushControlled.js
Expand Up @@ -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;

0 comments on commit 3858858

Please sign in to comment.