@gisce/ooui 0.17.4 → 0.17.5

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/ooui.es.js CHANGED
@@ -4054,7 +4054,7 @@ class Rs {
4054
4054
  }
4055
4055
  parseNode({ fields: e, container: r, values: i }) {
4056
4056
  const n = new Wt();
4057
- e.forEach((s) => {
4057
+ e.filter((s) => typeof s == "object").forEach((s) => {
4058
4058
  var a;
4059
4059
  const { tagName: u, attributes: f, children: g } = s;
4060
4060
  let b = u, p = f;