[FIX] component: error handling: rendering with sub components

Closes #425
This commit is contained in:
Aaron Bohy
2019-10-30 11:35:28 +01:00
committed by aab-odoo
parent fa6801b523
commit 9e37b968e8
6 changed files with 41 additions and 13 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { Env, scheduler } from "../src/component/component";
import { Env } from "../src/component/component";
import { scheduler } from "../src/component/scheduler";
import { EvalContext, QWeb } from "../src/qweb/qweb";
import { patch } from "../src/vdom";
import "../src/qweb/base_directives";