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 submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
i am using smart-order-router with React and vite. It works perfectly in development mode. But after build (vite build) program breaks and shows an error in the console:
Uncaught TypeError: r0.BigInt is not a function
at index-C6zSvWuB.js:9539:14812
at index-C6zSvWuB.js:9540:32116
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
i am using smart-order-router with React and vite. It works perfectly in development mode. But after build (
vite build
) program breaks and shows an error in the console:This is my package.json:
What causes the problem ?
The text was updated successfully, but these errors were encountered: