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
I'm using this package in a vite + react project and vite seems to be incorrectly reading "browser": "dist/browser.js" from package.json as the load entry, resulting in an error.
Changing package.json to { "browser": { "vanilla": "dist/browser.js" } } may help with this issue.