mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
0c1a7aabae
Of course, the templateId computation is kind of tricky. Here, an issue occurred because the templateId did not take the componentId into account when we were in a loop, but with no keyed parent. This meant that multiple sub components shared the same templateId, confusing the vdom algorithm.