Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. useEffect(() => {
  2. console.log('happening');
  3. setGroups(window.groups);
  4. console.log(window.groups);
  5. console.log(groups);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement