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 facing an issue while trying to incorporate the Whereby browser-sdk into my Angular application as a web component.
I'm importing it using the following syntax: import '@whereby.com/browser-sdk/embed';
However, my bundler is throwing an error indicating that React is not installed. I find this odd since web components are supposed to be self-contained, and this dependency shouldn't be required.
I've attached a screenshot of the error for your reference.
Could you please provide some guidance on how to resolve this issue? I've ensured that all necessary dependencies are installed and configured correctly.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Hello. This is strange. I just tested in a new angular app and the latest version of browser-sdk, and I don't see this error. The room loads without any errors or warnings. Can you provide a bit more information on your setup? Which version of angular and which version of the browser-sdk are you using? Any code sample would help as well! Thanks
Hi team,
I'm facing an issue while trying to incorporate the Whereby browser-sdk into my Angular application as a web component.
I'm importing it using the following syntax:
import '@whereby.com/browser-sdk/embed';
However, my bundler is throwing an error indicating that React is not installed. I find this odd since web components are supposed to be self-contained, and this dependency shouldn't be required.
I've attached a screenshot of the error for your reference.
Could you please provide some guidance on how to resolve this issue? I've ensured that all necessary dependencies are installed and configured correctly.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: