fix(NotificationsContainer.native): flow error
This commit is contained in:
parent
6a919916d3
commit
043d4db314
|
@ -63,4 +63,5 @@ class NotificationsContainer
|
||||||
_onDismissed: number => void;
|
_onDismissed: number => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// $FlowExpectedError
|
||||||
export default connect(_abstractMapStateToProps)(NotificationsContainer);
|
export default connect(_abstractMapStateToProps)(NotificationsContainer);
|
||||||
|
|
Loading…
Reference in New Issue