diff --git a/react/features/notifications/components/NotificationsContainer.native.js b/react/features/notifications/components/NotificationsContainer.native.js index 702cd2486..2975ec27a 100644 --- a/react/features/notifications/components/NotificationsContainer.native.js +++ b/react/features/notifications/components/NotificationsContainer.native.js @@ -63,4 +63,5 @@ class NotificationsContainer _onDismissed: number => void; } +// $FlowExpectedError export default connect(_abstractMapStateToProps)(NotificationsContainer);