mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
4779707923
This commit reworks the props validation code in order to extract a generic validate utility function. The validation should be more robust, with better error messages, and at the same time, it supports `*` in a shape object. And as a bonus, it is now typesafe, and the static props object is now typed. closes #1190