mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
6e185f987b
In some very rare cases (such as the use of the t-foreach directive), Owl did leak the values in the render context in the global context. This was due to the fact that the compiled template looked like this: let _3 = _4 = _5; instead of let _3 = _5; let _4 = _5;