tappeddev/injector

Detects wrong circular dependencies when previous getDependency call crashes

Closed this issue · 1 comments

This happens quite often when using hot reload since the internal state of the injector is not reset.
The fix should be simple. Just clear _factoryCallIds when a factory crashed.