mol_wire_lib 1.0.1565 → 1.0.1567

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/web.mjs CHANGED
@@ -814,12 +814,10 @@ var $;
814
814
  [$mol_wire_cursor.final]: '🔵',
815
815
  }[this.cursor] ?? this.cursor.toString();
816
816
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
817
- ? $mol_dev_format_auto({
818
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
819
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
820
- })
821
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
817
+ ? $mol_dev_format_shade(cursor)
818
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
822
819
  }
820
+ [$mol_dev_format_body]() { return null; }
823
821
  get $() {
824
822
  return (this.host ?? this.task)['$'];
825
823
  }