Guest User

Untitled

a guest
Jan 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. const containerFunction = {
  2. getMeteorData: ( props , context ) => {
  3. console.log( 'context' , context );
  4.  
  5. ...secret code...
  6.  
  7. return {
  8. isReady ,
  9. timelineEvents
  10. };
  11. }
  12. };
  13.  
  14. containerFunction.contextTypes = {
  15. currentDomain: PropTypes.string
  16. };
  17.  
  18. export default NewsFeedTimelineContainer = withTracker( containerFunction )( NewsFeedTimeline );
Add Comment
Please, Sign In to add comment