Skip to content
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

Support for React 18 #56

Open
yaseenisolated opened this issue Feb 9, 2023 · 5 comments
Open

Support for React 18 #56

yaseenisolated opened this issue Feb 9, 2023 · 5 comments

Comments

@yaseenisolated
Copy link

Hi Team,

Is there a timeline for when twilio video will support React 18?

Looking forward to hearing from you.

@birksy89
Copy link

I wonder if someone who worked on the upgrade to React 17 would be able to help or advise here 🙏
#49

@olipyskoty
@timmydoza

@chrisparton-sm
Copy link

chrisparton-sm commented Jul 6, 2023

Edit: I got the following warning, so I wouldn't recommend this in a production environment.

Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot

I was able to get the monitor working with React 18 by setting up peer dependency overrides in package.json as follows:

  "overrides": {
    "@twilio/video-room-monitor": {
      "react": "^18.0.0",
      "react-dom": "^18.0.0"
    }
  }

@rameshmrgn
Copy link

hi,

any update on React 18 support?

@birksy89
Copy link

The whole of Twilio Video is in End of Life (EOL), so I doubt anyone will make this a priority.

For what it's worth, I've started migrating to LiveKit.io

@luisrivas
Copy link
Contributor

Hey everyone, Twilio Video is back and here to stay! We expect to have a fix for this issue soon.

Official announcement: https://www.twilio.com/en-us/blog/twilio-video-update-2024

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

No branches or pull requests

5 participants