arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

Parents reference of some children not updated after reset #94

Closed hunteva closed 7 years ago

hunteva commented 7 years ago

Symptom

image

Cause

fixChildren leave the parents of deeper child unchanged in some cases.

Fix

PR: https://github.com/arqex/freezer/pull/93

arqex commented 7 years ago

Merged #93