mol_jsx_lib 0.0.110 → 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.js CHANGED
@@ -1707,7 +1707,8 @@ var $;
1707
1707
  class $mol_wire_task extends $mol_wire_fiber {
1708
1708
  static getter(task) {
1709
1709
  return function $mol_wire_task_get(host, args) {
1710
- const existen = $mol_wire_auto()?.track_next();
1710
+ const sub = $mol_wire_auto();
1711
+ const existen = sub?.track_next();
1711
1712
  reuse: if (existen) {
1712
1713
  if (!(existen instanceof $mol_wire_task))
1713
1714
  break reuse;