Guest User

Untitled

a guest
Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. componentWillReceiveProps(nextProps) {
  2. const uid = nextProps.auth.uid;
  3. if (uid && uid !== this.props.auth.uid) {
  4. this.setState({uid: uid});
  5. }
  6. }
Add Comment
Please, Sign In to add comment