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(#2460): merge icons config #2465

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

m0ksem
Copy link
Contributor

@m0ksem m0ksem commented Oct 6, 2022

closes #2460

Fix icons config merge method. For some reason lodash merge trying to merge objects in array and makes it wrong. This is why in #2460 for 'mdi-{name}' object was added class from '{icon}' object.
image

Looks like if lodash merge first objects with name key.

image

So I made my own merge.

@m0ksem m0ksem self-assigned this Oct 6, 2022
@m0ksem m0ksem merged commit 53d91f4 into epicmaxco:develop Oct 7, 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.

Custom icon resolvers cannot set attribute "class" of element
2 participants