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
tree(fix): Validate source indices correctly on moves (#21552)
## Description
This PR fixes the validation of moves when there is a specified source
array. Previously, the validation was using the destination array for
validation unconditionally instead of the source when it was passed.
0 commit comments