tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.53k stars 51 forks source link

Published source is invalid ESM #92

Closed rtsao closed 1 year ago

rtsao commented 1 year ago

Node.js require file extensions for "type": "module" ESM: https://nodejs.org/api/esm.html#esm_mandatory_file_extensions

However, the published source code omits file extensions. This means when evaluated as native ESM, Node.js cannot resolve these relative imports.

rtsao commented 1 year ago

Fixed in 3.0.4