mol_wire_dom 0.0.1538 → 0.0.1539

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.mjs CHANGED
@@ -959,6 +959,7 @@ var $;
959
959
  }
960
960
  destructor() {
961
961
  super.destructor();
962
+ $mol_wire_fiber.planning.delete(this);
962
963
  if (!$mol_owning_check(this, this.cache))
963
964
  return;
964
965
  try {
package/node.test.js CHANGED
@@ -950,6 +950,7 @@ var $;
950
950
  }
951
951
  destructor() {
952
952
  super.destructor();
953
+ $mol_wire_fiber.planning.delete(this);
953
954
  if (!$mol_owning_check(this, this.cache))
954
955
  return;
955
956
  try {