[IMP] component: error when mounted on invalid target

This commit is contained in:
Géry Debongnie
2019-11-02 19:45:28 +01:00
committed by aab-odoo
parent bd3c1265d3
commit 8d1dd06340
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ The root component does not have a parent nor `props` (see note below). It will
default empty environment).
Note: a root component can however be given a `props` object in its constructor,
like this: `new App(null, {some: 'object'});`. It will not be a true `props`
like this: `new App(null, {some: 'object'});`. It will not be a true `props`
object, managed by Owl (so, for example, it will never be updated).
### Composition