[FIX] components: cascading render after microtaskTick (makeChildFiber)

Co-authored-by: Samuel Degueldre <sad@odoo.com>
Co-authored-by: François Georis <fge@odoo.com>
This commit is contained in:
Lucas Perais (lpe)
2022-01-18 16:46:36 +01:00
committed by Aaron Bohy
parent 2a5f37cf4b
commit 374dbb2fd9
6 changed files with 111 additions and 46 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class Scheduler {
}
addFiber(fiber: Fiber) {
this.tasks.add(fiber.root);
this.tasks.add(fiber.root!);
if (!this.isRunning) {
this.start();
}