solidjs not putting element in the correct spot.
https://derock.media/T45T7t.png
https://derock.media/vTzp6m.png
As you can see, for some reason,
props.children
is being placed outside of where it's supposed to be.
4 Replies
and in the ProjectCard component,
is becoming
the issue doesn't happen 100% of the time, but im unsure of what conditions are changed when it does decide to place it outside the correct spot
the following warnings show up:

i made this quick demo, https://replit.com/@derock/some-solid-testing
if you go here: https://some-solid-testing.derock.repl.co
and inspect the dom, the text between
text before child
and text after child
should be inside of a div (and colored red)
but it is not
is this a solid.js or solid-start bug?
tried in the solid.js sandbox, works there
looks like a solid-start error -- filing a bug report.
https://github.com/solidjs/solid-start/issues/560Unknown User•3y ago
Message Not Public
Sign In & Join Server To View