AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK
MIT License
92 stars 48 forks source link

React 18 #42

Open jpdakran opened 1 year ago

jpdakran commented 1 year ago

Hello,

I have tested this React 18.2.0 and there is some functionality that is broken. Specifically muting and disabling video. This is fixed when I downgrade my application to React 17.0.2.

EkaanshArora commented 1 year ago

can you share the code snippet causing the issue?

jpdakran commented 1 year ago

I used the exact code in this wiki example.. When I downgrade the react version it works as expected. However it is broken in React 18.2.0.

bioDanCho commented 1 year ago

Hi

Has anyone found a fix for React 18.X.X ?

vaultmicroSeongwoo commented 1 year ago

I also had an issue with using 'user.videoTrack.play' function. The issue did not appear when I downgrade my application to React 17.