filestack-react icon indicating copy to clipboard operation
filestack-react copied to clipboard

Vite fails to resolve errors with 6.0.0

Open catherine-newman opened this issue 7 months ago • 1 comments

After updating to version 6.0.0 from 5.0.0 using Vite, throws this error when viewing a component that uses PickerInline and PickerOverlay.

[vite] Internal server error: Failed to resolve entry for package "filestack-react". The package may have incorrect main/module/exports specified in its package.json.

Looks like file extensions have changed but not been updated in package.json 5.0.0:

dist/filestack-react.modern.js
dist/filestack-react.modern.js.map

6.0.0:

dist/filestack-react.modern.mjs
dist/filestack-react.modern.mjs.map

catherine-newman avatar May 02 '25 10:05 catherine-newman

bump, same issue

vladavoX avatar Dec 12 '25 10:12 vladavoX