Closed loganvolkers closed 9 months ago
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.
maximum call stack exceeded
To consider for future implementation. Other DI frameworks can handle circular dependents using proxies.
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.