Files
owl/tests/components
Lucas Perais (lpe) a226f92def [FIX] components: avoid leaks when children are outdated/destroyed
Every use case involving some sort of key set on a component would give birth to a leak in an async context:
- If a key of a component changed, the outdated one was never destroyed.
- destroyed component were never removed from their parent's reference map.

This commit solves both issues, that are tightly linked anyway.
2022-01-13 10:17:47 +01:00
..
2021-12-20 14:43:21 +01:00
2021-12-20 14:43:21 +01:00
2021-12-20 14:43:21 +01:00