You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to update a value inside a deeply nested array (inside an immutable object), but that doesn't seem to work.
keyPath usually is somewhere along the lines of "data.common.languages.0.raw":
path.set(acc, curr.keyPath, curr.value)
Works in a non-immutable environment (ie. using object-path) fine; i'd expect that the immutable array inside the object isnt correctly extracted along the way?
Thanks :)
The text was updated successfully, but these errors were encountered:
I'd like to update a value inside a deeply nested array (inside an immutable object), but that doesn't seem to work.
keyPath usually is somewhere along the lines of "data.common.languages.0.raw":
path.set(acc, curr.keyPath, curr.value)
Works in a non-immutable environment (ie. using object-path) fine; i'd expect that the immutable array inside the object isnt correctly extracted along the way?
Thanks :)
The text was updated successfully, but these errors were encountered: