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
fix(youtube-player): avoid clobbering api loaded callback (#17850)
The YouTube player component adds a global callback for when the API is loaded, however if one existed already it'll be overwritten. These changes ensure that the previous callback is preserved.
0 commit comments