mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
968e96ad08
If a component onMounted hook causes an error, and an error handler tries to reinitiate a new correct render, the fiber may be recycled. But the scheduler removes it from its own set of tasks, so it will be ignored. We simply check for this condition before removing it from the tasks set.