You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case, someone need it. Just wrap player with component and pass options as props, so every time you change options, component will update. I tried to update player directly, but there was error null pointer
What is the correct way of updating the options object?
I've got this options object, but when I change 'this.songName', the player doesn't react:
Any help or advice?
The text was updated successfully, but these errors were encountered: