Patch Changes
-
ae398de
Thanks @clauderic! - Allow setting an optionalid
prop onDndContext
to fix a warning during server-side rendering (especially in Next.js). By default, thisid
is autogenerated and can lead to a mismatch between the server- and client-side rendered HTML. We also avoid this mismatch by rendering theAccessibility
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.