Bladeren bron

fix(NotificationsContainer.native): flow error

master
paweldomas 6 jaren geleden
bovenliggende
commit
043d4db314
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1
    0
      react/features/notifications/components/NotificationsContainer.native.js

+ 1
- 0
react/features/notifications/components/NotificationsContainer.native.js Bestand weergeven

@@ -63,4 +63,5 @@ class NotificationsContainer
63 63
     _onDismissed: number => void;
64 64
 }
65 65
 
66
+// $FlowExpectedError
66 67
 export default connect(_abstractMapStateToProps)(NotificationsContainer);

Laden…
Annuleren
Opslaan