appsquickly/pilgrim

Assembled() returns no error message for component that does not resolve

jasperblues opened this issue · 1 comments

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).

Fixed in 0.0.7