You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many ways to optimise the dependencies of this package.
react-dnd uses lodash "^4.2.0" so including lodash.throttle "^4.0.1" is a duplication of code
react-dnd uses hoist-non-react-statics "^2.1.0" while this package requires "^1.2.0", so it's a duplicated version of the same library! Can it be upgraded to 2.x?
The text was updated successfully, but these errors were encountered:
There are many ways to optimise the dependencies of this package.
lodash "^4.2.0"
so includinglodash.throttle "^4.0.1"
is a duplication of codehoist-non-react-statics
"^2.1.0" while this package requires"^1.2.0"
, so it's a duplicated version of the same library! Can it be upgraded to 2.x?The text was updated successfully, but these errors were encountered: