mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
a53e42518f
Previously, if a t-set-slot was inside a t-component itself inside a t-set-slot the parser would crash, because the slot is removed from the template before compiling its content, causing a further check's assumption to be broken (the t-set-slot remains connected to the component's xml node)