Files
owl/tests/__snapshots__
Lucas Perais (lpe) b9f5a9aa47 [FIX] compiler, component: handle change of t-key before patch
Have a dynamic children with a t-key. This child has a delayed willStart.
Change the key during a rendering.

Before this commit there was a leak: a component corresponding to an old key had been created, xwithout being destroyed.

After this commit, the outdated component is destroyed.
2022-01-11 16:06:46 +01:00
..