Components block parent interaction?

This should be simple but I can’t figure out how to set it up. I want a mouseover effect and active state of a button, so I created all that as a component. The problem is that the button now no longer works for events in the parent?

The inner most event receives touches/clicks. This works the same way for a group and child layer that both have events on them, as it does for a component containing an inner layer, both with events.

If you want something to happen inside a component at the same time that it sends an event to the parent, just change the component’s artboard on the new parent’s artboard, or don’t use a component for this situation.