Prevent External Components name pollution with Reka Components
prevwong opened this issue · 1 comments
prevwong commented
Currently, it is possible for end-users to define a Reka Component with a name that would take precedence over any External Components of the same name.
For example, if we had an Icon
External Component, the end user would be able to define a new Icon
Reka Component, and any existing references to the Icon
component will now point to the Reka Component, which would most likely be an unintended behaviour.