Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Auth extends React.Component {
  2. // ...
  3. componentWillUnmount() {
  4. window.removeEventListener('message', this.receiveLinkedInMessage)
  5. if (this.popup && !this.popup.closed) this.popup.close()
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement