mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
2a53a9592e
Components can implement shouldUpdate to return false. In that case, renderings coming from above should be ignored. However, if the component was unmounted and is remounted, we actually need to force a rerendering in that case, so it is mounted, otherwise the subcomponent is left in unmounted state, which means that rendering are ignored. closes #800