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 believe that this is a bug and that the result should be [ 'a', 'b', 'c', [ 'x' ].
This will be particularly relevant in case that the input array is an array of arrays such that the value to be added is in fact an array and should be added as an array.
This issue was initially raised in #69 (discussion).
The text was updated successfully, but these errors were encountered:
When given an array to insert,
insertAtIndex
adds the items of the array rather than the array.Example:
I believe that this is a bug and that the result should be
[ 'a', 'b', 'c', [ 'x' ]
.This will be particularly relevant in case that the input array is an array of arrays such that the value to be added is in fact an array and should be added as an array.
This issue was initially raised in #69 (discussion).
The text was updated successfully, but these errors were encountered: