mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
5ee365f0b5
commit
93e58b2c96
@@ -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},
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user