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
Had a similar issue in my Vue 3 project (which uses Vite), my current solution is adding: <script>var global = globalThis</script> to my index.html file before my Vite <script> tag
Hope this gets fixed or, at least, added to the docs to not confuse newcomers.
I've created a React project in Vite and installed @daily-co/daily-js as per the docs
Below is the React view page,
Chat.jsx
, where I've imported the package:When I ran the app, the page returns blank. Upon inspection, I get the following error in the browser console:
Below are my package dependencies:
See full source code: https://github.com/brandiqa/daily-webrtc-demo
The text was updated successfully, but these errors were encountered: