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
- in ChannelList, moved the provider data from the template to a data structure
- made a Checkbox component because of this bug: sveltejs/svelte#602
- changed provider-channels to export an array instead of an object with a single array property
- added svelte as an explicit dependency for version pinning
haha, I was about to comment here noting that Rich confirmed this wasn't a bug, and here's a recent commit from Rich purporting to add the ability to bind to computed properties. Kickass.
Svelte version 1.20.2
Template snippet:
Expected behavior: should compile as happily as if I had used
bind:checked='todo.done'
Observed behavior: compiler errors out with
Cannot read property 'name' of null
Reproduction: https://svelte.technology/repl?version=1.20.2&gist=6bc409d8cf45766230d012b355ebcf7c
The text was updated successfully, but these errors were encountered: