From 043d4db31432234e39ea35afb65ec48100d71641 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Thu, 21 Mar 2019 11:06:21 -0500 Subject: [PATCH] fix(NotificationsContainer.native): flow error --- .../notifications/components/NotificationsContainer.native.js | 1 + 1 file changed, 1 insertion(+) 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);