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
Well, we did that in the past, but it was a messy move from us.
Now in MJML4, we can validate included files and show errors where you includes it, so the context of include can throw errors / or not depending of how you're using it.
But as #9 said, we should update this package to MJML4 now 👍
As one person already said in #9 , this needs updated to the latest MJML version.
This also is throwing errors on a project I created with the latest MJML app.
My main template includes other template files, such as header.
And the included file example for say
header.mjml
:Throws a linter error complaining about missing the
<mjml>
and<mj-body>
tags.The text was updated successfully, but these errors were encountered: