chromakode / react-html-email

Create elegant HTML email templates using React.
MIT License
896 stars 115 forks source link

unsupported props warning even when downgrading to 1.2.0 #46

Closed ticruz38 closed 6 years ago

ticruz38 commented 6 years ago
Warning: Unknown props `bgcolor`, `border`, `align`, `valign` on <table> tag. Remove these props from the element

I keep getting this message, also passing any of those props has no effect to Box or Email component. I am using react 15 in my project so I downgraded the library but still meeting those issues.

chromakode commented 6 years ago

Since you downgraded you'll need to run injectReactEmailAttributes() for these props to work in React 15. See the README for 2.0.1 for more info. Does this resolve the problem?

ticruz38 commented 6 years ago

yes thank you