mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
f9d810a42f
Before this commit, doing `t-out="null"` would crash, since the safeOutput function would assume that it is a block, thanks to the fact that `typeof null === 'object'`. We handle here the null value just as if it was undefined: it outputs an empty string.