updating nested object not triggering update
Heya I'm fairly new to SolidJS (You might have already seen some of my previous post of me strugglin' :D)
I'm trying to update the state of a nested object in a store but it doesn't seem to trigger an update on my component.
here is the method I use to update (it's declared in a context provider)
I'm not sure if I'm using produce well
I'm trying to update the state of a nested object in a store but it doesn't seem to trigger an update on my component.
here is the method I use to update (it's declared in a context provider)
I'm not sure if I'm using produce well
