Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] hooks: avoid confusion for sync hooks
`onWillPatch`, `onWillUnmount`, `onWillDestroy` are synchronous hooks. Owl will not wait any promise return by the callback. Yet, the callback return type includes `Promise<void>`, which is confusing as one might think it means the hooks is async.
- Loading branch information