livekit / components-js

Official open source React components and examples for building with LiveKit.
https://livekit.io
Apache License 2.0
149 stars 64 forks source link

Not in working in Vite 5 Production Build #843

Closed anupriya17 closed 4 months ago

anupriya17 commented 4 months ago

Select which package(s) are affected

\@livekit/components-core, \@livekit/components-react

Describe the bug

With Vite 5 works well in dev mode, but not in production mode. The connection state is not updating and UI shows disconnected.

But works in Vite 4.5.2

Reproduction

Minimal react Quick Start example build with Vite 5.2.10

Logs

No response

System Info

Safari
Edge
IOS Safari

Severity

serious, but I can work around it

Additional Information

No response

anupriya17 commented 4 months ago

Suddenly working after two days. Deleted node_modules and rebuild. not sure.