My app won't compile because it is looking for CommonJS versions of DnD modules. Relevant dependencies "dependencies": { "react": "^16.9.0", "react-dnd": "^9.4.0", "react-dnd-html5-backend": "^9.4.0", "react-dnd-multi-backend": "^4.0.0",...
App url here: https://react-ub51sd.stackblitz.io Editor Url here: https://stackblitz.com/edit/react-ub51sd Collaborator alexreardon commented Jun 20, 2019 Before I dig into it more, can you please try using react-beautiful-dnd@12.0.0-alpha.4 and see if that fixes the issue? Author ...