We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Astro v3.4.3 Node v20.9.0 System macOS (arm64) Package Manager npm Output static Adapter none Integrations none
No response
When writing the following piece of JSX:
<div class="wrapper"> <table> <tr> <th>text</th> </tr> { data.map((row) => ( <tr> <td>{row.text}</td> </tr> )) } </table> </div> <p>I live outside the wrapper.</p>
the paragraph is incorrectly rendered inside the div.wrapper.
div.wrapper
The paragraph should be rendered outside of the div, but instead it gets rendered inside the div.
https://github.com/rjvdw/astro-bug
The text was updated successfully, but these errors were encountered:
This looks like another instance of withastro/compiler#870. Closing in favour of it instead.
Sorry, something went wrong.
No branches or pull requests
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When writing the following piece of JSX:
the paragraph is incorrectly rendered inside the
div.wrapper
.What's the expected result?
The paragraph should be rendered outside of the div, but instead it gets rendered inside the div.
Link to Minimal Reproducible Example
https://github.com/rjvdw/astro-bug
Participation
The text was updated successfully, but these errors were encountered: