Suppressions for 0.111

Summary:
still some generated files in www that need to land before we can release 0.111 here.

drop-conflicts

Changelog: [Internal]

(Note: this ignores all push blocking failures!)

Reviewed By: dsainati1

Differential Revision: D18278838

fbshipit-source-id: b20c3fefb3aab7c5fb614b33d846c7548184f49a
This commit is contained in:
Jordan Brown
2019-11-05 17:36:23 -08:00
committed by Facebook Github Bot
parent 5ee365f0b5
commit 93e58b2c96
14 changed files with 63 additions and 2 deletions
@@ -64,7 +64,13 @@ class SampleTurboModuleExample extends React.Component<{||}, State> {
_setResult(name, result) {
this.setState(({testResults}) => ({
testResults: {
/* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses
* an error found when Flow v0.111 was deployed. To see the error,
* delete this comment and run Flow. */
...testResults,
/* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses
* an error found when Flow v0.111 was deployed. To see the error,
* delete this comment and run Flow. */
[name]: {value: result, type: typeof result},
},
}));