mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
894deed13b
Have a child component on which a render is triggered. This component delays its willUpdateProps and makes a rendering during the willUpdateProps Before this commit, renderings of the child were inconsistent across its parent's renderings. After this commit, it works as expected.