Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if (this.props.location.search !== "") {
  2.  
  3. params = new URLSearchParams(this.props.location.search);
  4.  
  5. abc = params.get('abc');
  6.  
  7. console.log(params);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement