Closed
Description
Hey,
If you diff two arrays that have some values, but are in a different order, i.e: [1, 3, 2]
, and [1, 2, 3]
the result will be something like: updated position 2 and 3 instead of no change. Is this expected behavior? If so, is there any way I can implement the array to either be sorted or use something like Array.includes()
?
Metadata
Metadata
Assignees
Labels
No labels