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

Fix issue with reducer initial state variable causing collisions due to variable references #51

Merged
merged 2 commits into from
Jan 12, 2021

Commits on Jan 12, 2021

  1. Fix issues with reducer initial state causing collisions

    The initial state variable was being shared across all `<DndContext>` components in the same application, which was causing id collisions for both nested and sibling `<DndContext>` providers.
    Clauderic Demers committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2b54dab View commit details
    Browse the repository at this point in the history
  2. Add changeset

    Claudéric Demers committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5194696 View commit details
    Browse the repository at this point in the history