-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
Binding playbackRate on a video element results in the following error (when running svelte-check): Error: Type '{ playbackRate: number; }' is not assignable to type 'HTMLProps<HTMLVideoElement>'. Property 'playbackRate' does not exist on type 'HTMLProps<HTMLVideoElement>'. (ts)
To Reproduce
<script lang="ts">
let playbackRate: number;
</script>
<video bind:playbackRate>
<track kind="captions" />
</video>Expected behavior
No error
System:
- OS: Windows
- IDE: VSCode
- Plugin/Package:
svelte-check
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working