mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
9a5edb4590
With the introduction of t-call-context, there is now no guarantee that the ComponentNode can be found in the rendering context, any attempt to do so can crash when combined with t-call-context. This commit fixes that by using `this` instead, which in compiled templates refers to the component that is being rendered.