Instead of opening new issue I'll comment right here, because 4.8.2 broke different case for providers.Container usage where declaration is not at class root level.
The text was updated successfully, but these errors were encountered:
rmk135
changed the title
4.8.2 broke different case for providers.Container` usage where declaration is not at class root level
4.8.2 broke different case for providers.Container usage where declaration is not at class root level
Jan 27, 2021
rmk135
changed the title
4.8.2 broke different case for providers.Container usage where declaration is not at class root level
4.8.2 broke different case for providers.Container usage where declaration is not at class root level
Jan 27, 2021
Instead of opening new issue I'll comment right here, because
4.8.2
broke different case forproviders.Container
usage where declaration is not at class root level.Here is somewhat simplified example:
We expect here for all prints to be equal, and
4.8.2
breaks it. Workaround is usingproviders.Factory
, but still case is some kind of a regression.Originally posted by @approxit in #354 (comment)
The text was updated successfully, but these errors were encountered: