pb-sxp-ui 1.0.89 → 1.0.90

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/pb-ui.js CHANGED
@@ -13028,7 +13028,7 @@ Made in Italy` })));
13028
13028
  if (Hls.isSupported()) {
13029
13029
  const hls = new Hls();
13030
13030
  hls.loadSource(videoSrc);
13031
- hls.attachMedia(videoRef.current);
13031
+ hls.attachMedia(videoRef);
13032
13032
  }
13033
13033
  else {
13034
13034
  videoRef.src = videoSrc;