foundation-emails-template icon indicating copy to clipboard operation
foundation-emails-template copied to clipboard

Add missing tbody

Open Purii opened this issue 9 years ago • 0 comments

See https://github.com/zurb/inky/pull/59.

Rendering the HTML output inside a react component would throw a warning.

warning.js?8a56:44 Warning: validateDOMNesting(...): <tr> cannot appear as a child of <table>. See StatelessComponent > table > tr. Add a <tbody> to your code to match the DOM tree generated by the browser.

Purii avatar Jun 22 '16 15:06 Purii