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 started to migrate a few lambda factories to interfaces and got Unresolved reference '_scoped'. It appears that components are not always cast to ScopedComponent when _scoped is accessed.
The text was updated successfully, but these errors were encountered:
I started to migrate a few lambda factories to interfaces and got
Unresolved reference '_scoped'
. It appears that components are not always cast toScopedComponent
when_scoped
is accessed.The text was updated successfully, but these errors were encountered: