I currently get this error in the console with Vimeo videos, even though the embed/video is working fine.
Uncaught Error: Sorry, the Vimeo Player API is not available in this browser.
This is my code (very basic)
import ReactPlayer from 'react-player';
<ReactPlayer
src={vimeoUrl}
width="100%"
height="100%"
controls={true}
/>
Versions:
"react-dom": "18.3.1",
"react-player": "^3.3.3",
"react-router": "7.9.2",