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
Throws a compile-time exception, attempting to access a property of something that's undefined.
I haven't put much thought into this, but it seems like two-way binding with something from let: might be difficult or impossible, in which case we should just have a better error here.
The text was updated successfully, but these errors were encountered:
Yeah, I'm gonna go with 'difficult'. I'm sure it's not impossible, but my sense is that it would require some book-keeping that would usually go unused, so I vote for a better error.
Throws a compile-time exception, attempting to access a property of something that's undefined.
I haven't put much thought into this, but it seems like two-way binding with something from
let:
might be difficult or impossible, in which case we should just have a better error here.The text was updated successfully, but these errors were encountered: