Alireza
Alireza
I think changing `await` to `yield` solves the `Test failed` problem.
Hi @zenangst, of course, here's an implementation: ```swift import UIKit import Spots enum KBComponentKind: String, StringConvertible { var string: String { return rawValue } case contactView } class ContactView: UIView...
I've got the problem, since in my implementation there is no strong references hold for `delegator` object, and spots just holds a weak reference to the component delegate, after components...
> I found out the workaround. In my case, It works well as intended on Android devices. > > I hope this helps. > > ```js > constructor(props: Props) {...