Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
`reconcile` object to array mutation - SolidJS
S
SolidJS
โข
3y ago
โข
2 replies
JCM
`reconcile` object to array mutation
I have a data structure coming as JSON from the server that is put in a store
. When a new state from server comes
,
reconcile
reconcile
is used to update the store in order to keep fine grained updates
.
So far so good
, however
reconcile
reconcile
doesn
't do the expected thing when I have an object in the old state
, which needs to be an array in the new state
.
Here is minimal reproducible example
:
https://playground.solidjs.com/anonymous/ab7db9d8-47b6-4fd7-8f0b-fda541030b92
Is there a way to fix this behaviour with the existing reconcile
. Should I report a bug
?
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Reconcile array of nested objects
S
SolidJS / support
5mo ago
[Solved] Change store object using reconcile
S
SolidJS / support
2y ago
How to do partial reconcile?
S
SolidJS / support
11mo ago
reconcile within produce
S
SolidJS / support
13mo ago