mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
ddc358f48a
Have a component which does a render in its onWillPatch, onPatched, onMounted hooks. Before this commit, the result was incorrect: the second rendering was not taken into account. After this commit, those renderings are correctly applied at the price of a delayed render when the fiber is in a critical state.