Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. componentWillReceiveProps(nextProps) {
  2. if (this.props.myprop !== nextProps.myprop) {
  3. setTimeout(() => { window.dispatchEvent(new Event('resize')); }, 200);
  4. }
  5. }
Add Comment
Please, Sign In to add comment