Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Bug with `solid-js/store` and `solid-primitives/history` - SolidJS
S
SolidJS
โข
3y ago
โข
6 replies
Driver
Bug with `solid-js/store` and `solid-primitives/history`
I ran into a bug and reproduced it in this stackblitz
. For some reason with this configuration of the store object like this
:
{ [key: number]: { image: { id: number } | undefined; } }
{ [key: number]: { image: { id: number } | undefined; } }
the history object is starting to resurrect it incorrectly
, like skipping the state
(see in the video
)
My guess is that the reconcile function is not working correctly
, but I could be wrong
https://stackblitz.com/edit/solidjs-templates-jzapxh?file=src%2Ftest-todo.comopnent.tsx
StackBlitz
SonyStone
Solidjs - Templates (forked) - StackBlitz
Vite
+ solid templates
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
solid primitives storage is bug
S
SolidJS / support
3y ago
Need help with running solid-community/solid-primitives
S
SolidJS / support
2y ago
createInfiniteScroll from @solid-primitives/pagination with createServerData$ and useRouteData
S
SolidJS / support
3y ago
crazy bug global store + solid router
S
SolidJS / support
2y ago