Demonstrates an issue where <media-theme> controls work on full page load but break on client-side navigation.
/player or refreshing on that route/player from another route (e.g., /)When broken, the media control bar is present in DOM but unresponsive.
npm installnpm run dev/ then click link to /player — controls broken/player — controls worknpm install media-chrome hls-video-element player.style
Expected: Controls initialize correctly regardless of navigation method
Actual: Controls only work on hard navigation / full page load