I am getting the following error:

As you can see in the image two elements are highlighted when only one is being hovered. They have clashing IDs and imgui is alerting the user about it because it causes weird behaviour (if I press one when both are visible, both are pressed).
When using imgui, it is important to try and give unique ids to every interactable element that can be visible at the same time.