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 created a Vite project, and tried creating a xmtp client, i am getting error Worker error on line undefined in "undefined"
Also in vite terminal i am getting this warning
The file does not exist at "C:/...../node_modules/.vite/deps/workers/client?worker_file&type=module" which is in the optimize deps directory. The dependency might be incompatible with the dep optimizer. Try adding it to `optimizeDeps.exclude`.
Describe the bug
I created a Vite project, and tried creating a xmtp client, i am getting error
Worker error on line undefined in "undefined"
Also in vite terminal i am getting this warning
Package.json
tsconfig.json
tsconfig.node.json
vite.config.js
Expected behavior
No response
Steps to reproduce the bug
Add browser-sdk in existing vite project using yarn and try creating a client.
Reproduction:-
https://stackblitz.com/edit/vitejs-vite-sgimdayn?file=src%2FApp.tsx
The text was updated successfully, but these errors were encountered: