[FIX] component: fix issue with crash caused by async rendering

This may (or may not?) closes #85
This commit is contained in:
Géry Debongnie
2019-05-06 14:23:29 +02:00
parent 91896942dd
commit ba506be58d
3 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ a owl component:
| ------------------------------------------------ | --------------------------------------- |
| **[constructor](#constructor)** | constructor |
| **[willStart](#willStart)** | async, before first rendering |
| **[mounted](#mounted)** | when component is render and in DOM |
| **[mounted](#mounted)** | just after component is rendered and added to the DOM |
| **[willUpdateProps](#willupdatepropsnextprops)** | async, before props update |
| **[willPatch](#willpatch)** | just before the DOM is patched |
| **[patched](#patchedsnapshot)** | just after the DOM is patched |