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
Video inside a slot with bind:this causes the video element to be rendered twice.
This can lead to many unexpected errors, like playing blocked because of new load request.
Describe the bug
Video inside a slot with
bind:this
causes the video element to be rendered twice.This can lead to many unexpected errors, like playing blocked because of new load request.
Reproduction
repl (open browser dev tools too): toggle the button and look at dev tools
https://svelte.dev/repl/aea5b0a97f3f42c2b61df53d24329e59?version=3.48.0
With slot:
Without slot:
Logs
No response
System Info
The text was updated successfully, but these errors were encountered: