Cart update metadata as array list is not working as expected according to the docs on swell-js lib #488
Replies: 1 comment 5 replies
-
@danielmariz It looks like the docs are incorrect (we will fix), but can you try this instead:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the documentation says that this is the way to override entire arrays values but this is not working, I'm using to remove and add items but the api returns always the same value
in order to clear my list I could get around it without the
$set
prop though the same approach does not override the entire array when I need toPart of my implementation:
Beta Was this translation helpful? Give feedback.
All reactions