Describe the bug
Use bind shorthand with the prop, get error 'offsetWidth' is declared but its value is never read.ts(6133)
Reproduction
Run code below in VS code.
<script lang="ts">
let {
offsetWidth,
} = $props<{
offsetWidth?: number
}>()
</script>
<div
bind:offsetWidth
/>
Expected behaviour
No error.
System Info
- OS: [e.g. Macos]
- IDE: [e.g. VSCode]
Which package is the issue about?
svelte-language-server
Additional Information, eg. Screenshots

Describe the bug
Use bind shorthand with the prop, get error
'offsetWidth' is declared but its value is never read.ts(6133)Reproduction
Run code below in VS code.
Expected behaviour
No error.
System Info
Which package is the issue about?
svelte-language-server
Additional Information, eg. Screenshots