optimistic update not updating dom
Im trying to optimistically update an item in an array but it doesnt trigger an update in the dom.
My response of the query is something like
and is fetched via the api, lets simply for now
now i have an update function where i want to update that user optimistically
Doing this will update the data that i see in the devtools, but wont trigger an update in the dom,
Updating a value in the root object will trigger an update
for example works
My response of the query is something like
and is fetched via the api, lets simply for now
now i have an update function where i want to update that user optimistically
Doing this will update the data that i see in the devtools, but wont trigger an update in the dom,
Updating a value in the root object will trigger an update
for example works