Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const withRedux = connect<WithStateProps, WithDispatchProps, LoginModalContainerProps>(mapStateToProps, mapDispatchToProps)(LoginModal)
  2.  
  3. const withAnotherHoc = anotherHoc()(withRedux);
  4.  
  5. const withGetUsersQuery = graphql(...options)(withAndotherHoc);
  6.  
  7. export {withGetUsersQuery as LoginModalContainer};
Add Comment
Please, Sign In to add comment