mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] component: error handling: rendering with sub components
Closes #425
This commit is contained in:
@@ -65,3 +65,6 @@ export class Scheduler {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
const raf = window.requestAnimationFrame.bind(window);
|
||||
export const scheduler = new Scheduler(raf);
|
||||
|
||||
Reference in New Issue
Block a user