Caio Jhonny

Results 4 comments of Caio Jhonny

Sorry, my english is bad Your module is nice, but does not return the user email I have added 'https://www.googleapis.com/auth/userinfo.email' on your scopes at line 41 Now we can get...

You can get the active item on this way: ``` constructor(props) { super(props); this.scrolllist = React.createRef(); this.activeItem = this.activeItem.bind(this); } ``` ``` activeItem = () => { const indexActive =...