-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When to use <Box>? #29
Comments
@acomito did you figure anything out here? i just ran into the same situation! |
@acomito I get these but they are warnings. Email is getting delivered fine. W20161207-21:56:02.102(-8)? (STDERR) in table (created by Box) W20161207-21:56:02.102(-8)? (STDERR) in Box (created by Email) W20161207-21:56:02.103(-8)? (STDERR) in body (created by Email) W20161207-21:56:02.104(-8)? (STDERR) in html (created by Email) |
Don't you have to put the |
The reason you are getting this is because the |
@MartinDawson what do you mean by |
Update: I've just been using es6 strings. You can use variables in it. You can easily break them out into component-ish string fragments (you could even make them functions that consume variables. You can use mailchimps free email builder, then export the html and plop that into a string and go from there. |
I agree this is very confusing, the docs are a bit unclear. Basically |
I keep getting this error anytime I use box inside
< Email >
<table> cannot appear as a child of <tbody>. See MyReactComponent > Email > Box > tbody > Box > table.
The text was updated successfully, but these errors were encountered: