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

[minor] Preserve insertion order of Sets, fixes #819 #976

Merged
merged 2 commits into from
Jan 15, 2023

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    b28d0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Proposed fix for immerjs#819 (B)

    We are already cloning and iterating over the Set. If we go a step further and clear it before iteration, and re-add all children during iteration, we can preserve insertion order.
    jdip committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ab864a6 View commit details
    Browse the repository at this point in the history