mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
dbfc7e4acd
There were big issues when we use parent/child connected widgets. - children was rendered twice (and mapStoreToProps was called twice) - if children was supposed to be destroyed, it was rendered once. We solve them in this commit by waiting for parent widgets to be ready before updating children. closes #216