Skip to content
New issue

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

FIX: modules loader #133

Conversation

vkislichenko
Copy link
Contributor

BUG
when decorated and dynamic modules are loaded together presenting InjectableOptions with intersecting ComponentTypes - only entries from last one is used

issue occurs because when resolved InjectableOptions are assigned to existing ComponentMap there is no check for intersecting keys

FIX
I've added constructor to ComponentMap that does it

…g InjectableOptions with intersecting ComponentTypes - only entries from last one is used
@adrien2p
Copy link
Owner

adrien2p commented Oct 6, 2022

Very nice addition, thank you for your contribution 🤩

@adrien2p adrien2p merged commit de06ec5 into adrien2p:main Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants