Detects wrong circular dependencies when previous getDependency call crashes
Closed this issue · 1 comments
JulianBissekkou commented
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.
JulianBissekkou commented
Finally fixed in the new version: https://pub.dev/packages/injector/versions/1.0.9