mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
ee5f6c7569
Have a Child Compnent which has one component that succeeds and another one that fails at its instanciation. The Child component handles the Errors by rendering itself. Before this commit, the error handling algorithm made impossible for the scheduler to finish. This was because the current fiber was still counted as ongoing, when it was actually completed. After this commit, this use case is handled correctly.