Boostport/mjml-go

Error "Attribute mj-repeat is illegal"

geoff-maddock opened this issue · 2 comments

I'm using mjml 0.14.6 in a project to compile an mjml file to html. I'm hitting an error when using "mj-repeat".

{"error":"MJML compilation error:\n- Line 114 of (mj-text) - Attribute mj-repeat is illegal","level":"error","msg":"Failed to generate html email body","time":"2024-04-03T23:24:19Z"}

Is this a known issue, or something that might be a config issue on my end?

F21 commented

According to the docs, the mj-text component does not have a mj-repeat attribute: https://documentation.mjml.io/#mj-text

Can you post the template you're using?

Odd, I must have been using some outdated docs. Closing