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
@MainActor annotated dependencies, produce uncompilable code
To support all actor annotations, I think the solution here is to make the getters for those dependencies async,
to support just @MainActor, we could just require that dependency access happen on the main thread by Component, Dependency, and generated code with @MainActor
The text was updated successfully, but these errors were encountered:
@MainActor
annotated dependencies, produce uncompilable codeTo support all actor annotations, I think the solution here is to make the getters for those dependencies
async
,to support just
@MainActor
, we could just require that dependency access happen on the main thread by Component, Dependency, and generated code with@MainActor
The text was updated successfully, but these errors were encountered: