mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
27b4eece66
It could happen that a component would crash. But then, the __render code tried to copy the class properties into the vnode, which does not exist, creating a new error. So, the solution is to process the classObj only in the successful part of the render call, which then will not crash, so the normal error handling will occur.