Skip to content

v7.4.2 Release

Compare
Choose a tag to compare
@darthtrevino darthtrevino released this 26 Mar 16:54

Patch

  • Fixed an issue where refs were being attached to function components via the DragLayer and DragDropContext.
  • Fixed an issue where ref-forwarded function function components were not having refs attached to them.
  • Updated the invariant messages regarding ref attachment to indicate that clients can either use a React Class component or React.forwardRef() to get instance handles.