mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
a9323c3fcd
`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.