Better circular dependency detection #45
loganvolkers
started this conversation in
Ideas
Replies: 1 comment
-
To consider for future implementation. Other DI frameworks can handle circular dependents using proxies. |
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
-
If there is a circular dependency between molecules, it will produce a
maximum call stack exceeded
error. We should detect these loops and provide a more useful error message to make it easier to resolve these.Beta Was this translation helpful? Give feedback.
All reactions