Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Nested object signal - SolidJS
S
SolidJS
โข
3y ago
โข
3 replies
Jasmin
Nested object signal
Hey
! I have trouble getting changes in a nested object to trigger a rerender
. My object looks like this
:
type
Alerts
=
{
[
key
:
string
]
:
{
name
:
string
show
:
boolean
}
}
type
Alerts
=
{
[
key
:
string
]
:
{
name
:
string
show
:
boolean
}
}
When changing
show
show
from true to false
, the dom doesn
't rerender
:
/
I created a simplified example in the playground
:
https://playground.solidjs.com/anonymous/3f20d81d-25cf-45a7-9931-316bf3be7495
After changing the signal
, it doesn
't update the dom to reflect the change
. What am I missing
?
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
updating nested object not triggering update
S
SolidJS / support
4y ago
How to create a nested menu from a nested object?
S
SolidJS / support
3y ago