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.
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.