Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Component does not rerender when the state changes - SolidJS
S
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
)
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
;
.
;
message.txt
7.16KB
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Component doesn't rerender when prop changes
S
SolidJS / support
3y ago
component doesnt react to changes in state
S
SolidJS / support
3y ago
how to rerender component, when access store prop on component level?
S
SolidJS / support
3y ago