Skip to content

fix(explore): Use unique keys for column editor#108136

Merged
nsdeschenes merged 1 commit intomasterfrom
nd/fix-explore-use-unqiue-keys-for-column-editor
Feb 12, 2026
Merged

fix(explore): Use unique keys for column editor#108136
nsdeschenes merged 1 commit intomasterfrom
nd/fix-explore-use-unqiue-keys-for-column-editor

Conversation

@nsdeschenes
Copy link
Contributor

Fixing a bug with the column editor where it was just using index based React keys, so it would get confused and play an undo animation. The fix, need a unique key.

@nsdeschenes nsdeschenes marked this pull request as ready for review February 12, 2026 17:24
@nsdeschenes nsdeschenes requested a review from a team as a code owner February 12, 2026 17:24
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 12, 2026
@nsdeschenes nsdeschenes enabled auto-merge (squash) February 12, 2026 17:27
@nsdeschenes nsdeschenes merged commit 13d4cc2 into master Feb 12, 2026
62 checks passed
@nsdeschenes nsdeschenes deleted the nd/fix-explore-use-unqiue-keys-for-column-editor branch February 12, 2026 17:32
jaydgoss pushed a commit that referenced this pull request Feb 12, 2026
Fixing a bug with the column editor where it was just using index based
React keys, so it would get confused and play an undo animation. The
fix, need a unique key.
DominikB2014 pushed a commit that referenced this pull request Feb 13, 2026
Fixing a bug with the column editor where it was just using index based
React keys, so it would get confused and play an undo animation. The
fix, need a unique key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants