Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. componentDidMount() {
  2. const a = 100; //breakpoint here
  3. if (this.props.loading === false){
  4. const {myDataID} = this.props;
  5. this.fromID = Meteor.userId();
  6. this.toID = myDataID;
  7.  
  8. this.subscribe(fromID, toID);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement