lightning-js / blits

The Lightning 3 App Development Framework
https://blits-demo.lightningjs.io/
Apache License 2.0
64 stars 12 forks source link

Destroy hook in children components not invoked #87

Closed suresh-gangumalla closed 5 months ago

suresh-gangumalla commented 5 months ago

While navigating away previous router view will get removed, as part of it invoking destroy method on previousView but before that making all children elements/Components to null leads to failure of setting state of children component to destroy so respecitve destroy hook in that component won't execute