mol_jsx_lib 0.0.1427 → 0.0.1429

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
@@ -1044,12 +1044,10 @@ var $;
1044
1044
  [$mol_wire_cursor.final]: '🔵',
1045
1045
  }[this.cursor] ?? this.cursor.toString();
1046
1046
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1047
- ? $mol_dev_format_auto({
1048
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1049
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1050
- })
1051
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1047
+ ? $mol_dev_format_shade(cursor)
1048
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
1052
1049
  }
1050
+ [$mol_dev_format_body]() { return null; }
1053
1051
  get $() {
1054
1052
  return (this.host ?? this.task)['$'];
1055
1053
  }