react-dnd-scrolling
react-dnd-scrolling copied to clipboard
[BUG] remove the misleading "type": "module" property in the package.json
Hi, I found that some bundler will treat the actuall main file(/dist/index.cjs) as esm, which cause unexpected behavior
@suguanYang what bundler and which version? I think this package follows the latest standard.