mol_jsx_lib 0.0.112 → 0.0.113

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/node.test.js CHANGED
@@ -1712,9 +1712,6 @@ var $;
1712
1712
  break reuse;
1713
1713
  return existen;
1714
1714
  }
1715
- if (existen && sub instanceof $mol_wire_task) {
1716
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
1717
- }
1718
1715
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
1719
1716
  };
1720
1717
  }