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
I've been playing with the new API the past couple days and really enjoy it. Thank you for all the work.
I may have missed it, or there is an alternate method to access the local component from within the setup function, but I have not been able to determine it.
From the RFC, it makes sense:
setup() {
function onClick() {
this // not the `this` you'd expect!
}
}
The request is to either make it more clear how to access the local component for less astute people such as myself or add the functionality. Or perhaps help me understand why I wouldn't want to. An example.
The text was updated successfully, but these errors were encountered:
I've been playing with the new API the past couple days and really enjoy it. Thank you for all the work.
I may have missed it, or there is an alternate method to access the local component from within the setup function, but I have not been able to determine it.
From the RFC, it makes sense:
The request is to either make it more clear how to access the local component for less astute people such as myself or add the functionality. Or perhaps help me understand why I wouldn't want to. An example.
The text was updated successfully, but these errors were encountered: