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",...
Describe the bug Latest CJS packages seem to be broken (9.3.3). Using 9.2.1 works. See codesandbox or the log below: [ error ] ./node_modules/react-dnd-cjs/lib/common/DndContext.js Module not found: Can't resolve 'dnd-core' in '/mnt/c/de...
Updated Node.js version to 20.x in fix-dependabot.yml Testing Verified all workflows syntax is valid Tested that workflows run successfully with Node.js 20.x Additional Notes Node.js 18.x will reach end-of-life in April 2025, while 20.x is the current LTS version supported until April ...