I have a component library with a header component that has a button on it. The button OnSelect calls my coponent's OnClick method. In my app where I'm using the component, clicking on the button is not firing the OnClick method recently. This was working before (at least a week or two ago). I don't know if it's caused by a recent power apps release (maybe related to this issue: https://powerusers.microsoft.com/t5/Power-Apps-Experimental-Features/Latest-update-stops-Behavior-Events-accessing-component/m-p/2256007#M643 ?).
I can create a component in my Power App and the event fires for that one, but the component in my component library will not fire events (tested with two different components - both don't fire). It's also not showing the correct value of variables (they're always blank in the event expression window. I set ShowMenu to false in App.OnStart, but you can see here it looks like it is Blank: