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
As you can see "react-dnd" is specified in "dependencies" and "peerDependencies". Shouldn't it be either one or another?
This leads to unnecessary warning during package install. npm WARN react-sortable-tree@2.7.1 requires a peer of react-dnd@^7.3.0 but none is installed. You must install peer dependencies yourself.
Should we remove "react-dnd" from "dependencies" or "peerDependencies"? Is there a reason for having both?