You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, on react-windowed-select version 5.1.1 running with Vite, it will encounter an error of Failed to resolve entry for package "react-windowed-select". The package may have incorrect main/module/exports specified in its package.json.. It seems that the changes in #116 is referring a nonexistent file of dist/index.js
I tried replacing the module field inside package.json to dist/main.js and it seem to fix the error. Though I wasn't sure is this the right way of fixing it, as my knowledge on Javascript bundling is minimal.
Hello, on
react-windowed-select
version 5.1.1 running with Vite, it will encounter an error ofFailed to resolve entry for package "react-windowed-select". The package may have incorrect main/module/exports specified in its package.json.
. It seems that the changes in #116 is referring a nonexistent file ofdist/index.js
I tried replacing the
module
field insidepackage.json
todist/main.js
and it seem to fix the error. Though I wasn't sure is this the right way of fixing it, as my knowledge on Javascript bundling is minimal.Here is a demo of the error.
The text was updated successfully, but these errors were encountered: