Assembled() returns no error message for component that does not resolve
jasperblues opened this issue · 1 comments
jasperblues commented
Assembled wrapper requires explicitly declaring bindings, eg:
public override func makeBindings() {
makeInjectable(viewCoordinator, byType: ViewCoordinator.self)
}
If a component is not resolved, no meaningful error is thrown (instead unexpected nil value).
jasperblues commented
Fixed in 0.0.7