Instead of hiding the component, a fallback component will be shown instead of the actual component. Interface would be something like this ``` withFeature(Component, FallbackComponent, "myAwesomeFeature") ```