You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 is used to update the store in order to keep fine grained updates.
When there is an existing object in store, which should be an array after store update, reconcile shows strange behavior.
Describe the bug
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 is used to update the store in order to keep fine grained updates.
When there is an existing object in store, which should be an array after store update, reconcile shows strange behavior.
Your Example Website or App
https://playground.solidjs.com/anonymous/ab7db9d8-47b6-4fd7-8f0b-fda541030b92
Steps to Reproduce the Bug or Issue
The example below shows the strange behavior of
reconcile
outputs:
Expected behavior
When not using
reconcile
the store has the expected state:outputs:
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: