mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
a226f92def
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.