mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
1da3ecdbee
In the following situation: A parent of B, B parent of C, with an error when C is mounted, caught by B and retriggering a rendering in B, then the onMounted hook of A wasn't properly called. This commit fixes this problem.