Closed vielhuber closed 6 years ago
Thanks for reporting this issue. Actually this is caused by a new feature : now you'll be able to nest mj-elements inside mj-class declaration, i.e.
<mj-attributes>
<mj-class name="small" font-size="10px" line-height="14px">
<mj-text font-size="22px" />
</mj-class>
</mj-attributes>
This will give every mj-text inside a mj-element with mj-class="small" a font-size of 22px.
We will fix this situation, for now as a hotfix you can just add some child in your mj-class and you won't get this error.
Simple example:
throws an error because of mj-class: