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/web.js CHANGED
@@ -1198,7 +1198,8 @@ var $;
1198
1198
  class $mol_wire_task extends $mol_wire_fiber {
1199
1199
  static getter(task) {
1200
1200
  return function $mol_wire_task_get(host, args) {
1201
- const existen = $mol_wire_auto()?.track_next();
1201
+ const sub = $mol_wire_auto();
1202
+ const existen = sub?.track_next();
1202
1203
  reuse: if (existen) {
1203
1204
  if (!(existen instanceof $mol_wire_task))
1204
1205
  break reuse;