You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mb21, your reproduction is both missing the footer part, and a table element.
Once wrapped by <table>, the table is correctly rendered. But indeed, the <footer> is empty and the <a> duplicated.
However, if you use text (e.g. Foo) instead of {name}, there no longer seems to be a rendering problem!
If you make the same observation, I think your problem is similar to the one I (perhaps poorly) described here: withastro/compiler#1015
Do not hesitate to explain your case in the open issue. Your case seems a little different than mine, but I feel like the problem is the same. And if you have a better title, I'd be happy to update it! (maybe something like: Rendering issue when using a variable inside a <table>?)
Thanks! Yes, seems to be about the same issue. I would close as a duplicate, but yours has been "needs triage" for four months?! Maybe time for me to switch more components over to JSX 🙄
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The following page:
that uses
components/MailLayout.astro:
Is converted to the following HTML, which is obviously wrong:
What's the expected result?
Correct HTML with non-empty
<footer>
and not duplicated link.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-h3l48b?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: