How to resolve conflicting component names
Posted: Thu Nov 24, 2022 10:34 pm
Hi,
I have a component in my project called button. It uses the button component from the registry. When I try to build, I get this error:
How can I specify that I want the button component from the project, not the one from the registry?
Thanks,
Szabi
I have a component in my project called button. It uses the button component from the registry. When I try to build, I get this error:
Code: Select all
ERROR: Cannot process component requirements. Multiple candidates to
satisfy project requirements:
requirement: "button" candidates: "espressif__button, button"
Thanks,
Szabi