Description
We can add a component only for contributing head elements, not for rendering.
In this case, HstComponentInvokerImpl leaves unnecessary warning logs because it just tries to invoke a dispatcher with null path.
So, I think we need to change it slightly not to invoke #invokeDispatcher() when renderPath is null in #invokeRender() method. We can leave a debug log instead in this case.