Replies: 1 comment
-
|
Resolved in #203 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following use case:
This generates a circular import, but if instead of doing it directly I do something like this:
The other file a similar change
Could something like a lazy provider be created to do this?
For example, specifying it like this:
It would be good to have a way to avoid always importing containers for cases like these, where both depend on each other due to system requirements.
Beta Was this translation helpful? Give feedback.
All reactions