@social-mail/social-mail-client 1.4.90 → 1.4.91

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.
@@ -26030,6 +26030,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
26030
26030
  itemRenderer: item => {
26031
26031
  var _a, _b;
26032
26032
  const node = this.itemRenderer(item);
26033
+ if (!node) {
26034
+ return XNode.create("div", null);
26035
+ }
26033
26036
  const na = (_a = node.attributes) !== null && _a !== void 0 ? _a : node.attributes = {};
26034
26037
  na["data-margin"] = "default";
26035
26038
  node.children.push(XNode.create("span", null, XNode.create(DeleteIconButton, {