mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
e1ff7ac6a4
When attempting to capture a rendering context that contains an enumerable getter, there is a crash because we attempt to write a value on the getter. This commit fixes that by manually climbing the prototype chain to copy the values instead, and ignoring getters.