https://svelte.dev/repl/65985a2e42fe4b899a379750fe609447?version=3.19.1 ```html <script> import Component from './Component.svelte' let value = undefined </script> <Component bind:value /> ``` `<Component> was created without expected prop 'value'` a fix for this would involve replacing a ton of test results so I'd suggest addressing #4454 at the same time