v2.8.3
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'))