lily/lilith
lily/lilith
Explore posts from servers
SSolidJS
Created by lily/lilith on 11/23/2023 in #support
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)
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 ;.;
11 replies
SSolidJS
Created by lily/lilith on 1/12/2023 in #support
How to make an Isomorphic Component Library?
What's the proper way to deploy a SolidJS component library with isomorphic rendering?
4 replies
SSolidJS
Created by lily/lilith on 12/6/2022 in #support
Is the on change broken for file inputs?
It only ever seems to trigger once, and it's not processing updates. I might have screwed something up.
4 replies