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
The component appends a __profile_path__ label, without checking if it already exists in the target. This results in target having two labels with the same name and different values. The order of the equal labels is likely not determined because of unstable sort used later.
What's wrong?
The component appends a
__profile_path__
label, without checking if it already exists in the target. This results in target having two labels with the same name and different values. The order of the equal labels is likely not determined because of unstable sort used later.Related to #2597
Steps to reproduce
Have a target with
__profile_path__
label as an argument.System information
No response
Software version
c6d62ec
Configuration
Logs
The text was updated successfully, but these errors were encountered: