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
Description: deepAssign() does not support updating specific items in arrays by passing objects with an index of, for example, 1. Instead, it ignores the keys in the source object and updates the first N items in the array.
@RyanMilligan commented on Fri Jan 19 2018
How often can you reproduce it?
Description: deepAssign() does not support updating specific items in arrays by passing objects with an index of, for example, 1. Instead, it ignores the keys in the source object and updates the first N items in the array.
Actual results: Only the first item in the array can be edited in this way
Environment:
@RyanMilligan commented on Fri Jan 19 2018
A proposed solution can be found here but I logged it here at the request of @phillipskevin.
The text was updated successfully, but these errors were encountered: