mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
77ff5ee895
This commit adds a warning when an async hook (onWillUpdateProps/onWillStart) takes longer than 3 seconds, as these hooks block the rendering and patching of the application, it is rarely desirable and often a sign of a deadlock. This warning will contain the stack trace of the call to the hook to help in debugging.