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);
|