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
When using a typescript controller and using the this.store methods, the methods with signatures (any, any) are recommended first in vscode. The simplest solution would probably be to have these declared as last definitions. This does not happen with the store.get method since it does not have any definitions where the parameters are of type any
The text was updated successfully, but these errors were encountered:
When using a typescript controller and using the
this.store
methods, the methods with signatures (any, any) are recommended first in vscode. The simplest solution would probably be to have these declared as last definitions. This does not happen with thestore.get
method since it does not have any definitions where the parameters are of typeany
The text was updated successfully, but these errors were encountered: