-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When i try to run the code i get the following error:
"TypeError: Cannot read property 'item' of undefined"
It's about this piece of code:
success: data => { this.setState({ item: data.item, is_playing: data.is_playing, progress_ms: data.progress_ms });
So all the steps are working perfect. I get the autentication screen from spotify, and the moment i click accept i get this error and i can't seem to find the solution for it.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working