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
When playing audio HTML element with binded currentTime value becomes hidden, the Svelte still tries to set the value of the now missing property, which results in an error Cannot set properties of null.
Describe the bug
When playing audio HTML element with binded
currentTime
value becomes hidden, the Svelte still tries to set the value of the now missing property, which results in an errorCannot set properties of null
.Reproduction
Full example here: REPL
Press play and then hide the player. This error does not appear in Firefox.
Short version:
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: