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
Because of this line, react-dnd should be in dependencies, not devDependencies.
In my project I have "react-dnd": "^7.0.2" and I saw no error/warning that frontend-collective-react-dnd-scrollzone depends on "react-dnd": "^7.3.0". And only when I launched the project, I saw in dev tools that react-dnd doesn't export DragDropContextConsumer.
The text was updated successfully, but these errors were encountered:
frontend-collective-react-dnd-scrollzone/src/index.js
Line 262 in 9eead37
Because of this line,
react-dnd
should be independencies
, notdevDependencies
.In my project I have
"react-dnd": "^7.0.2"
and I saw no error/warning thatfrontend-collective-react-dnd-scrollzone
depends on"react-dnd": "^7.3.0"
. And only when I launched the project, I saw in dev tools thatreact-dnd
doesn't exportDragDropContextConsumer
.The text was updated successfully, but these errors were encountered: