Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just-diff Error when first diff is a complex array mutation #543

Closed
angus-c opened this issue Mar 12, 2023 · 0 comments
Closed

just-diff Error when first diff is a complex array mutation #543

angus-c opened this issue Mar 12, 2023 · 0 comments
Assignees
Labels

Comments

@angus-c
Copy link
Owner

angus-c commented Mar 12, 2023

[Affect

e.g.

diff(
  [[0, 1, 2, 4, 5, 6], 1, {a: 4, b: 3} ],
  [[1, 2, 4, 5], 1, {a: 4, b: 3}, 3],
);

ignores diffs after the array

@angus-c angus-c added the bug label Mar 12, 2023
@angus-c angus-c self-assigned this Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant