reactronic 0.92.25013 → 0.92.25014

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.
@@ -433,6 +433,8 @@ export class TransactionImpl extends Transaction {
433
433
  fvParent.content = fv.content;
434
434
  const observers = fv.observers;
435
435
  if (observers) {
436
+ if (fvParent.observers === undefined)
437
+ fvParent.observers = new Set();
436
438
  observers.forEach(o => {
437
439
  var _a, _b, _c;
438
440
  const sub = o.observables.get(fv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactronic",
3
- "version": "0.92.25013",
3
+ "version": "0.92.25014",
4
4
  "description": "Reactronic - Transactional Reactive State Management",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",