Description
In the ComponentManager API you can express the default hint for a component in 3 ways:
- "default"
- empty string
- null
Since we need several instances of ExtensionComponent to be equals when they use a different form of the default hint we need to make sure it's the cleaned automatically like we do for the type name.