Code Monkey home page Code Monkey logo

Comments (6)

WeshGuillaume avatar WeshGuillaume commented on July 20, 2024

Hey @laurent-bientz !

This is probably when you save the file with an empty body, I will try to make the error appear without crashing for the next release tomorrow!

Regards,
Guillaume

from mjml.

patrickfweston avatar patrickfweston commented on July 20, 2024

@GuillaumeBadi : I believe you're correct about it being empty tags. I can confirm that using --watch with the following causes an error:

<mj-body>
  <mj-section>
    <mj-column>
      <mj-text align='left'></mj-text>
    </mj-column>
    <mj-column>
      <mj-text align='right'></mj-text>
    </mj-column>
  </mj-section>
</mj-body>

However, adding text to the mj-text element fixes the problem and an error is not thrown. The error I'm receiving is different though:

Warning: React.renderToStaticMarkup is deprecated. Please use ReactDOMServer.renderToStaticMarkup from require('react-dom/server') instead.
Invariant Violation: renderToStaticMarkup(): You must pass a valid ReactElement.

from mjml.

laurent-bientz avatar laurent-bientz commented on July 20, 2024

Hello and thank u for your feedback.

I can't test today but to reproduce the glitch, just put some spaces in your file.

For me, it's crashed and no memories about an empty <mj-body> or <mj-text>.

Btw, i can remember that empty <mj-text> also crashed with basic command line (mjml -r test.mjml --output test.html), so I don't think it's linked to the same pb, maybe i'm wrong.

I'll check next monday

from mjml.

iRyusa avatar iRyusa commented on July 20, 2024

Empty mj-text is now fixed ! Please reopen if you're still having the issue with 1.2.0

from mjml.

WeshGuillaume avatar WeshGuillaume commented on July 20, 2024

Plus the client won't crash anymore and simply log the error message if any 😄

from mjml.

iRyusa avatar iRyusa commented on July 20, 2024

👍

from mjml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.