-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got error when trying to install @webex/widgets #214
Comments
I have the same problem
|
Hey folks. Thanks for reporting these issues and providing feedback. We'll get someone to look into this soon. |
@sreenara Yes we have seen a similar error while upgrading our tooling but only once. Hence I cannot say for sure why it happens. One possible reason can be mismatch of React version as Widgets currently uses React 17. One way to resolve this is I remember that I installed querystring, crypto, os-browserify modules to resolve these polyfill errors. As a workaround, that's something which can be tried. In the meantime, I will check try this out to on my end again and find it's proper solution. |
@Bhavik1363 @Junior743 @carrubbasamuel are you'll able to use React 17.x as a workaround for now? We will be working towards upgrading widgets to React 18 in the future. |
I am trying to install the package from the following command,
npm i @webex/widgets
It shows the package installed successfully.
But when importing the WebexMeetingsWidget component into the app.js it throws almost 82 errors.
I am using the React application with react^18.2.0
The text was updated successfully, but these errors were encountered: