This PR introduces some kick-ass improvements regarding error handling / messages when working with dependency injection / mappings:
Now throws real errors again (not Uncaught [Object Object] uarrrgh …)
Throws ultra-helpful error messages like Uncaught InjectionError: no mapping found for {users: 'Space.accountsUi.UsersDAO'} in <UsersStore>. Did you forget to map Space.accountsUi.UsersDAO in your application? now!
Removed auto-mapping feature completely -> this might be a breaking change in other packages!! but it should be best practice to map everything explicitly anyway!
This PR introduces some kick-ass improvements regarding error handling / messages when working with dependency injection / mappings:
Uncaught [Object Object]
uarrrgh …)Uncaught InjectionError: no mapping found for {users: 'Space.accountsUi.UsersDAO'} in <UsersStore>. Did you forget to map Space.accountsUi.UsersDAO in your application?
now!