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
You cannot bind to a call expression, which store.checked(true).current contains. This has always been a constraint of bind and if #14307 lands then you'll be able to work around this constraint :)
Describe the bug
When trying to
bind:
to a MemberExpression (e.gbind:checked={checked(true).current}
) Svelte throws the error:Can only bind to an Identifier or MemberExpression
Here's a simple snippet highlighting the issue:
Reproduction
Here's a REPL
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: