#(I had a bug in my code) breaking my Store Updates when switching a primitive value to an array

6 messages · Page 1 of 1 (latest)

opaque prairie
#

The bug was mine 😭

last yacht
opaque prairie
#

I was separating the updates into two components and I was not setting the update in the store properly: my target was the whole property and not the specific index in the array

#

(I had a bug in my code) breaking my Store Updates when switching a primitive value to an array

#

It was hidden deep in a component (due to updating multiple things at once)

last yacht