mirror of
https://github.com/status-im/react-native.git
synced 2025-02-20 13:18:07 +00:00
Fix Incremental children flow type
Summary: Incremental appears to be causing flow errors on Github master causing CI to fail. Reviewed By: RSNara Differential Revision: D10205146 fbshipit-source-id: b86c2d099a2041ab1429b9aacb78ff1b382dca41
This commit is contained in:
parent
997f382adc
commit
7536c9bdee
@ -90,7 +90,7 @@ export type Props = {
|
||||
* Tags instances and associated tasks for easier debugging.
|
||||
*/
|
||||
name: string,
|
||||
children?: any,
|
||||
children: React.Node,
|
||||
};
|
||||
type DefaultProps = {
|
||||
name: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user