I am using vite.js with react, in development is working fine, but after taking a build it, the JS bundle crashes
Error be like
index.a74ce657.js:32 TypeError: Cannot read properties of undefined (reading 'capture')
after removing that component that uses a this library, it works
I am using vite.js with react, in development is working fine, but after taking a build it, the JS bundle crashes
Error be like
after removing that component that uses a this library, it works