YouTubePlayer.promisifyPlayer is making proxy functions with incorrect `this`
youpy opened this issue · 0 comments
youpy commented
youtube-player/src/YouTubePlayer.js
Line 47 in 5e68d9a
player[functionName]
should be applied with player
as this
value, instead of null
.