If I create a new component, with nothing in it, and place this component in my app, it blocks all the layers underneath it from being clickable.
It's almost like I have placed a rectangle there with fill: RGBA (0,0,0,0) i.e. it behaves the same way and blocks the mouse from selecting lower layers.
What can cause this behavior and how can I fix it?
Or do component layers simply block all the layers behind them by default?