@mottosports/motto-video-player 1.0.1-rc.12 → 1.0.1-rc.15

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.mjs CHANGED
@@ -1103,21 +1103,7 @@ var Player = forwardRef(
1103
1103
  destroyMux();
1104
1104
  destroyPlayer();
1105
1105
  };
1106
- }, [
1107
- src,
1108
- initializePlayer,
1109
- setupEventListeners,
1110
- setupQualityTracking,
1111
- configureQuality,
1112
- initializeUI,
1113
- initializeMux,
1114
- cleanupEventListeners,
1115
- destroyUI,
1116
- destroyMux,
1117
- destroyPlayer,
1118
- handleMuxError,
1119
- playerRef
1120
- ]);
1106
+ }, [src]);
1121
1107
  useEffect4(() => {
1122
1108
  const video = videoRef.current;
1123
1109
  if (!video) return;