vidstack / player

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
https://vidstack.io
MIT License
1.89k stars 114 forks source link

Nuxt3 SSR Hydration mismatch #1312

Open azuryel opened 2 weeks ago

azuryel commented 2 weeks ago

Current Behavior:

When i follow the doc for a Nuxt3 installation and copy paste the media-player into my component i got an SSR mismatch error, also the video are displaying while loading ( SSR ) but as soon as i got the Hydration mismatch ( after component mounted) the video are not available to play or not displaying

Expected Behavior:

No SSR mismatch -- poster show during load --> video display after can play == true

Steps To Reproduce:

Fresh nuxt3 install, fresh vidstack install , following the doc

Reproduction Link: How to create a repro?

Environment:

Anything Else?