needle
needle copied to clipboard
Components missed in code generation when containing async functions
final class SomeComponent: Component<ISomeDependencies> {
func foo() async -> Bar {
...
}
}