You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to combine this module with @gitlab/svgs. When using the auto-import feature, I am getting warnings for icon name conflicts, e.g.:
WARN Two component files resolving to the same name SvgoStatusSuccess:
- .../node_modules/@gitlab/svgs/dist/sprite_icons/status_success.svg
- .../node_modules/@gitlab/svgs/dist/sprite_icons/status-success.svg
I would like to have a way to handle this somehow, say with a callback config option that allows to generate a custom component name from the full file path:
Hi!
I am trying to combine this module with
@gitlab/svgs
. When using the auto-import feature, I am getting warnings for icon name conflicts, e.g.:Yes, seven years ago they have added new icons with underscore separators that (of course) look differently.
https://gitlab.com/gitlab-org/gitlab-svgs/blob/main/sprite_icons/status_success.svg
https://gitlab.com/gitlab-org/gitlab-svgs/blob/main/sprite_icons/status-success.svg
I would like to have a way to handle this somehow, say with a callback config option that allows to generate a custom component name from the full file path:
The text was updated successfully, but these errors were encountered: