You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You get the following warning message: warning: Component "CustomTwilioVideoView" contains the string ref "videoView". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://react.dev/link/strict-mode-string-ref
Steps to reproduce
Expected behaviour
Run without warning message
Actual behaviour
You get the following warning message:
warning: Component "CustomTwilioVideoView" contains the string ref "videoView". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://react.dev/link/strict-mode-string-ref
Environment
react-native-twilio-video-webrtc
Version: eact-native-twilio-video-webrtc@npm:3.2.1
The text was updated successfully, but these errors were encountered: