reactronic 0.24.106 → 0.24.107

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.
@@ -18,7 +18,7 @@ export declare abstract class RxNode<T = any> {
18
18
  abstract readonly declaration: Readonly<RxNodeDecl<T>>;
19
19
  abstract readonly level: number;
20
20
  abstract readonly owner: RxNode;
21
- abstract readonly element: T;
21
+ abstract element: T;
22
22
  abstract readonly host: RxNode;
23
23
  abstract readonly children: MergeListReader<RxNode>;
24
24
  abstract readonly slot: MergedItem<RxNode<T>> | undefined;
@@ -458,7 +458,6 @@ function updateNow(slot) {
458
458
  try {
459
459
  node.stamp++;
460
460
  node.numerator = 0;
461
- el.prepareForUpdate();
462
461
  node.children.beginMerge();
463
462
  const driver = node.driver;
464
463
  result = driver.update(el);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactronic",
3
- "version": "0.24.106",
3
+ "version": "0.24.107",
4
4
  "description": "Reactronic - Transactional Reactive State Management",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",