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
Due to #131, I decided to hide the default controls and create my own using slider, like this:
But, when I change the slider value and set the video position using `seekTo()`, it generates the warning, Accessing view manager configs directly off UIManager via UIManager['ReactYouTube'] is no longer supported. Use UIManager.getViewManagerConfig('ReactYouTube') instead.
Here is the screenshot of the error:
After Googling, I found two similar issues with other components - here and here
The text was updated successfully, but these errors were encountered:
Due to #131, I decided to hide the default controls and create my own using slider, like this:
But, when I change the slider value and set the video position using `seekTo()`, it generates the warning, Accessing view manager configs directly off UIManager via UIManager['ReactYouTube'] is no longer supported. Use UIManager.getViewManagerConfig('ReactYouTube') instead.
Here is the screenshot of the error:
After Googling, I found two similar issues with other components - here and here
The text was updated successfully, but these errors were encountered: