We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The code normally works, but when testing after replaceBind it throws {ClassName} Unregistered
{ClassName} Unregistered
Environment The bug happens with the following versions: modular_core 3.0.2+1 flutter_modular 6.0.2 auto_injector 1.1.1
But it works when I downgrade to: modular_core 3.0.1+1 flutter_modular 6.0.1 auto_injector 1.1.0+4
To Reproduce https://github.com/phcs971/test_modular_6
Expected behavior replaceInstance works and tests passes
The text was updated successfully, but these errors were encountered:
Fixed v6.0.3
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The code normally works, but when testing after replaceBind it throws
{ClassName} Unregistered
Environment
The bug happens with the following versions:
modular_core 3.0.2+1
flutter_modular 6.0.2
auto_injector 1.1.1
But it works when I downgrade to:
modular_core 3.0.1+1
flutter_modular 6.0.1
auto_injector 1.1.0+4
To Reproduce
https://github.com/phcs971/test_modular_6
Expected behavior
replaceInstance works and tests passes
The text was updated successfully, but these errors were encountered: