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
Changing the url prop currently autoplays the song you want to load, even if props.playing is false. Autoplay should be disabled and then play called when player is ready only if playing is true.
Or.. set autoplay to the same value as props.playing?
Changing the
urlprop currently autoplays the song you want to load, even ifprops.playingisfalse. Autoplay should be disabled and thenplaycalled when player is ready only ifplayingis true.Or.. set
autoplayto the same value asprops.playing?