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
Describe the bug
Thanks for the lib! I wanted to embed an Youtube playlist instead of a single vid as usual and noticed that listId prop on YouTube component doesn't work.
To Reproduce
Instantiate <YouTube/> component with a listId
Additional context
Looking at the component code, the srcUrl for the Youtube player is not well constructed when youtubId is empty and a listId is given (several ?).
#774 proposes a fix (and adds the support of the index parameter to choos which playlist item will be selected).
The text was updated successfully, but these errors were encountered:
Describe the bug
Thanks for the lib! I wanted to embed an Youtube playlist instead of a single vid as usual and noticed that
listId
prop on YouTube component doesn't work.To Reproduce
Instantiate
<YouTube/>
component with a listIdAdditional context
Looking at the component code, the srcUrl for the Youtube player is not well constructed when
youtubId
is empty and alistId
is given (several?
).#774 proposes a fix (and adds the support of the
index
parameter to choos which playlist item will be selected).The text was updated successfully, but these errors were encountered: