repro-svelte-dnd-action_issues_648 Svelte Themes

Repro Svelte Dnd Action_issues_648

Reproduction steps

  1. Install dependencies and run the project:

    git clone https://github.com/devmargooo/repro-svelte-dnd-action_issues_648.git
    cd repro-svelte-dnd-action_issues_648
    npm i
    npm run dev
    
  2. Drag an item using the "---" handle

Expected behavior

Items should reorder

Actual behavior

The dragged item disappears after the drag operation is completed.

Console error:

Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement')
at keepOriginalElementInDom

Top categories

Loading Svelte Themes