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:
committed by
Facebook Github Bot
parent
a48c680a40
commit
6362188563
@@ -130,6 +130,10 @@ export default class LogWatcher extends PureComponent<Props, State> {
|
||||
};
|
||||
|
||||
buildRows = () => {
|
||||
/* $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. */
|
||||
return this.props.counters.map(({label, count, notify}, i) => ({
|
||||
columns: {
|
||||
expression: {
|
||||
|
||||
Reference in New Issue
Block a user