Experimental: Announcement status invalid
- Dominant language
- TypeScript
- Stars
- 17.6k
- Forks
- 924
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
When dragging an item in the experimental [multiple sortable lists](https://next.dndkit.com/react/guides/multiple-sortable-lists) example, the value of the `id="dnd-kit-announcement-2"` gets set to invalid values, for example:
> Draggable item **A0** was moved over droppable target **A0**.
When the item is dropped, the value changes to:
> Draggable item **A0** was dropped over droppable target **A0**
I'm assuming this is a bug as an element cannot be dropped over itself

Contributor guide
Research direction
Start with the experimental multiple sortable lists example linked in the issue and inspect the element with id dnd-kit-announcement-2 during drag and drop. Reproduce the behavior with item A0 and determine why the announcements identify the dragged item as its own target; done means the announcement no longer reports an invalid self-target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100