lili/lilith
Explore posts from serversCannot run React alongside SolidJS in Astro
The Error:
My Astro Config:
I don't believe it's an issue with my component. I'm trying to compile anything inside a "solid" directory (any of the parent directories that match that) with SolidJS, and everything else with react
7 replies
Component does not rerender when the state changes
I have attached the render logic in the attached file, the only relevant missing part is this from the top of the component
for some reason the console.log statement inside doRender is only called once and never after setPopup is called, even though I confirmed that the value is getting set inside the click listener. Please help ;.;
11 replies