@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.
@@ -10127,8 +10127,8 @@ function instance57($$self, $$props, $$invalidate) {
10127
10127
  }
10128
10128
  if ($$self.$$.dirty & 24) {
10129
10129
  $:
10130
- if (ref && container)
10131
- ref(container);
10130
+ if (ref)
10131
+ ref(container || null);
10132
10132
  }
10133
10133
  };
10134
10134
  return [player, theme, language, container, ref, div0_binding];
@@ -10342,8 +10342,8 @@ function instance58($$self, $$props, $$invalidate) {
10342
10342
  }
10343
10343
  if ($$self.$$.dirty & 24) {
10344
10344
  $:
10345
- if (ref && container)
10346
- ref(container);
10345
+ if (ref)
10346
+ ref(container || null);
10347
10347
  }
10348
10348
  };
10349
10349
  return [app, theme, language, container, ref, div0_binding];