react-draggable v4.3.1 Release Notes

Release Date: 2020-04-11 // about 4 years ago
  • ๐Ÿ›  > This is a bugfix release.

    • Happy Easter!
    • ๐Ÿ›  Fixed a serious bug that caused <DraggableCore> not to pass styles.
      • React.cloneElement has an odd quirk. When you do: js return React.cloneElement(this.props.children, {style: this.props.children.props.style}); , style ends up undefined.
    • ๐Ÿ›  Fixed a bug that caused debug output to show up in the build.
      • babel-loader cache does not invalidate when it should. I had modified webpack.config.js in the last version but it reused stale cache.