You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not necessarily against it but curious about the use case. Also this may not be super straight forward as this probably also means we want to support it on <t t-esc="stuff"/> nodes which is not the same type of BDom node, and it can generate potentially difficult to understand errors when the node has more than one child node, including comment nodes:
<tt-ref="brokenRef">
some text
<!-- comment explaining something -->
more text
</t>
something like this:
The text was updated successfully, but these errors were encountered: