Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Doesn't work with react v17 #210

Closed
devmakarov opened this issue Nov 4, 2021 · 4 comments
Closed

Doesn't work with react v17 #210

devmakarov opened this issue Nov 4, 2021 · 4 comments

Comments

@devmakarov
Copy link

Can you expand peerDependencies please? I can't install via 'npm i opentok-react '. Thank you!

@tjfroll
Copy link

tjfroll commented Nov 11, 2021

With npm7, mismatched peer dependencies now cause a blocking error on install. This peer dependency is blocking us from upgrading to React 17.

@Oakyden
Copy link

Oakyden commented Feb 8, 2022

You can use npm install --legacy-peer-deps if you have to for React 17. More here https://stackoverflow.com/questions/66239691/what-does-npm-install-legacy-peer-deps-do-exactly-when-is-it-recommended-wh

@zedd45
Copy link

zedd45 commented Nov 10, 2022

@Oakyden forcing the peer dependencies doesn't really fix the issue when the code base hasn't been updated in 2+ years. It would be nice to see the authors look into this, but #200 has been sitting since 2021, so I'm pretty sure this project has been abandoned.

@devwithzachary
Copy link
Contributor

Good morning everyone, we are moving to fully support web components for OpenTok instead of just having a react package. The benefit of this is we can support a much wider range of JS frameworks from one repo. With just one code base to maintain we can be much more active in updates for the latest OpenTok versions.

The web components are currently in public beta as they don't have full feature parity with the react components just yet. But we will be building in the final features over the next couple of weeks with the hope to make this stable before the Christmas period.

We fully welcome any feedback and test on the new components so please check them out here https://github.com/opentok/web-components

We also have a react project example to show how to use these new components https://github.com/opentok/web-components/tree/main/examples/react

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants