Skip to content

v2.8.3

@ged-odoo ged-odoo tagged this 30 Mar 10:43
It is common to make the following error:
t-on-click="someExpression" instead of
t-on-click="() => someExpression"

With this commit, we check that the given function is indeed a function,
and if that is not the case, we throw an explicit error, instead of a
cryptic error (Cannot read properties of undefined (reading 'call'))
Assets 2
Loading