needle icon indicating copy to clipboard operation
needle copied to clipboard

Components missed in code generation when containing async functions

Open dDomovoj opened this issue 3 years ago • 0 comments

final class SomeComponent: Component<ISomeDependencies> {

  func foo() async -> Bar {
    ...
  }

}

dDomovoj avatar Apr 15 '22 11:04 dDomovoj