Zwel
Adding new element to an array before the last element inside solid store
Is there other way to update like this. I am thinking of if I can add new element using index like splice(index, 1, newElement) inside solidStore.
I am also trying "path update", but it doesn't match my scenario.
Thanks for your help!
2 replies