mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Migrate to suppression with error code in xplat: 1/n (#53439)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53439 Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D80809220 fbshipit-source-id: 6f432d8302934b9fee9780ac1d6ba6c87c0b3899
This commit is contained in:
committed by
Facebook GitHub Bot
parent
56ab2e72b2
commit
0530ea3349
@@ -313,7 +313,7 @@ class NativeCxxModuleExampleExample extends React.Component<{}, State> {
|
||||
style={[styles.column, styles.button]}
|
||||
onPress={() =>
|
||||
Object.keys(this._tests).forEach(item =>
|
||||
// $FlowFixMe
|
||||
// $FlowFixMe[incompatible-type]
|
||||
this._setResult(item, this._tests[item]()),
|
||||
)
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user