reactronic 0.24.122 → 0.24.123

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.
@@ -467,7 +467,6 @@ function mountOrRemountIfNecessary(node) {
467
467
  if (node.host !== node)
468
468
  driver.mount(node);
469
469
  }
470
- node.stamp = 0;
471
470
  });
472
471
  }
473
472
  else if (node.isMoved && !node.has(Mode.ManualMount) && node.host !== node)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactronic",
3
- "version": "0.24.122",
3
+ "version": "0.24.123",
4
4
  "description": "Reactronic - Transactional Reactive State Management",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",