I've gotten through most of the tutorials, but one thing that is bothering me is the render mount with document.getElementById("app"). None of the top-level components set their id to "app", but they're successfully mounted anyway.
I figured I'd try testing my assumptions and knowledge by making a simple table using a store and setting a cell to a black block on mouse click. However, I can't seem get my component to mount in the playground here: https://playground.solidjs.com/anonymous/d9c86a2c-af76-4ab4-a397-94bc212c2370
I can see there is a div element with an id of "app", but nothing is rendered inside. I thought the button would be rendered at the very least if the iteration over the store array is failing. Could anyone explain the assumption that I'm probably misunderstanding? It would be much appreciated!
Quickly discover what the solid compiler will generate from your JSX template