@netless/fastboard-ui 0.3.0-canary.1 → 0.3.0-canary.2

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
@@ -9891,8 +9891,8 @@ function instance57($$self, $$props, $$invalidate) {
9891
9891
  }
9892
9892
  if ($$self.$$.dirty & 24) {
9893
9893
  $:
9894
- if (ref && container)
9895
- ref(container);
9894
+ if (ref)
9895
+ ref(container || null);
9896
9896
  }
9897
9897
  };
9898
9898
  return [player, theme, language, container, ref, div0_binding];
@@ -10088,8 +10088,8 @@ function instance58($$self, $$props, $$invalidate) {
10088
10088
  }
10089
10089
  if ($$self.$$.dirty & 24) {
10090
10090
  $:
10091
- if (ref && container)
10092
- ref(container);
10091
+ if (ref)
10092
+ ref(container || null);
10093
10093
  }
10094
10094
  };
10095
10095
  return [app, theme, language, container, ref, div0_binding];