Coder Social home page Coder Social logo

Comments (4)

birksy89 avatar birksy89 commented on May 29, 2024 1

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

from twilio-video-room-monitor.js.

birksy89 avatar birksy89 commented on May 29, 2024

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

@olipyskoty
@timmydoza

from twilio-video-room-monitor.js.

chrisparton-sm avatar chrisparton-sm commented on May 29, 2024

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"
    }
  }

from twilio-video-room-monitor.js.

rameshmrgn avatar rameshmrgn commented on May 29, 2024

hi,

any update on React 18 support?

from twilio-video-room-monitor.js.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.