cookpete / react-player

A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
https://cookpete.github.io/react-player
MIT License
8.89k stars 1.12k forks source link

feat!: enable Suspense by default #1775

Closed luwes closed 3 weeks ago

luwes commented 3 weeks ago

fix #1428 fix #1474

merging to a canary branch to track v3 and breaking changes!!

BREAKING CHANGES: enable Suspense by default, remove environment checks

setting fallback={false} explicitly will disable Suspense.