I am trying to bind a variable from my store to a component, but get the error:
[!] (plugin svelte) ValidationError: Cannot bind to a variable which is not writable
Here is my sample code:
<Textfield bind:value={startDate} label="Start Date" type="datetime-local" />