Skip to content

@dnd-kit/core@3.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 15:34
· 221 commits to master since this release
d152628

Patch Changes

  • ae398de Thanks @clauderic! - Allow setting an optional id prop on DndContext to fix a warning during server-side rendering (especially in Next.js). By default, this id is autogenerated and can lead to a mismatch between the server- and client-side rendered HTML. We also avoid this mismatch by rendering the Accessibility component only after everything else was initially mounted on the client.

  • 8b938ce Thanks @clauderic! - Hide the node in the overlay after the drop animation is finished. This prevents some flickering with React concurrent mode.