stream-chat-js
stream-chat-js copied to clipboard
Not working using vite
Hello !
We are currently using stream-chat on a react app using react-script and we are trying to migrate to vite.
After adding the node built in polyfill we encountered this same issue with jsonwebtoken. It makes it impossible for us to use stream-chat with the latest version of vite.
Some workaround i have seen use jose as a replacement.