Flow v0.86.0 in xplat/sonar

Summary: allow-large-files

Reviewed By: zertosh

Differential Revision: D13067587

fbshipit-source-id: f0122c8c6d602750289121d2ab2fdb09cbb033bc
This commit is contained in:
Panagiotis Vekris
2018-11-14 13:25:58 -08:00
committed by Facebook Github Bot
parent a48c680a40
commit 6362188563
14 changed files with 50 additions and 6 deletions

View File

@@ -281,6 +281,10 @@ class MainSidebar extends Component<MainSidebarProps> {
}
}
/* $FlowFixMe(>=0.86.0) This
* comment suppresses an error found when Flow v0.86 was
* deployed. To see the error, delete this comment and
* run Flow. */
export default connect(
({
application: {windowIsFocused},