@geekapps/silo-elements-nextjs 0.2.66 → 0.2.67

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.
@@ -532,6 +532,7 @@ function Video({
532
532
  const video = videoRef.current;
533
533
  let cancelled = false;
534
534
  if (!video || !activeSource) {
535
+ setIsLoading(false);
535
536
  return;
536
537
  }
537
538
  destroyMediaEngines();