Skip to content

React 18 fix

Latest
Compare
Choose a tag to compare
@TchernyavskyDaniil TchernyavskyDaniil released this 19 Jun 19:35
e954ce1

5.0.1 (June 19, 2023)

  • Add support for typings react-draggable package

5.0.0 (June 19, 2023)

If you want to overwrite the current dependencies react-grid-layout or another package, you must use this hack in package.json

"dependencies": {
  "react-draggable": "npm:@tdaniil/react-draggable@5.0.1"
},
"overrides": {
  "react-draggable": "npm:@tdaniil/react-draggable@5.0.1"
},