@mottosports/motto-video-player 1.0.1-rc.10 → 1.0.1-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -87,7 +87,7 @@ var useShakePlayer = ({
87
87
  if (!import_shaka_player.Player.isBrowserSupported()) {
88
88
  throw new Error("Browser not supported by Shaka Player");
89
89
  }
90
- const player = new import_shaka_player.Player(video);
90
+ const player = new import_shaka_player.Player();
91
91
  playerRef.current = player;
92
92
  await player.attach(video);
93
93
  if (shakaConfig) {