mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
8f2c7f24d7
In dev mode, owl inserts an additional props validation step. Before this commit, the validation would iterate on all key/value pairs of each props. If the props is reactive, this has the unfortunate side effect of subscribing the component to each of the keys, even though it should not be. This commit avoids the issue by only validating the raw object.