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
VSCode don't use Svelte type but default html type and throw : Type 'TimeRanges' is missing the following properties from type 'SvelteMediaTimeRange[]': pop, push, concat, join, and 34 more.
buffered/played/seekable exist on the DOM element but their types are different to the ones Svelte uses for its bindings - adjust them accordingly.
#2272
buffered/played/seekable exist on the DOM element but their types are different to the ones Svelte uses for its bindings - adjust them accordingly.
#2272
Describe the bug
VSCode don't use Svelte type but default html type and throw :
Type 'TimeRanges' is missing the following properties from type 'SvelteMediaTimeRange[]': pop, push, concat, join, and 34 more.
Reproduction
Expected behaviour
No typing error
System Info
The text was updated successfully, but these errors were encountered: