SolidJSS
SolidJSโ€ข3y agoโ€ข
10 replies
lili/lilith

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
    const [currentPopup, setPopup] = createSignal(null)

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 ;.;
Was this page helpful?