Replies: 1 comment 4 replies
-
When a dependency is resolved at runtime, if the library does not see a Does that help? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The project I am working on uses Composable Architecture. Some of the reducers are being used "separately" from the main context of the application, thus they do not have access to the app dependencies out of the box.
When I create such a reducer, is there a good way to tell at runtime that I forgot to attach some dependency to it?
If no live dependency is accessible when running the app, I would expect it to f.e. throw an assertion. Is this something configurable?
Beta Was this translation helpful? Give feedback.
All reactions