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 inject by string identifier #32

Closed
wants to merge 1 commit into from
Closed

Fix inject by string identifier #32

wants to merge 1 commit into from

Conversation

JulianBiermann
Copy link

Description

These commits fix the problem described in the issue #30

The problem is that the incoming provide value from the component can either be a constructor or a string. Currently the name property is always used which results in undefined component set entries when a string is provided.

The fix is to check if the incoming metatype value is a constructor or a string value.

@JulianBiermann
Copy link
Author

Fixed by maintainer

@lock
Copy link

lock bot commented Sep 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant