mouseEnter/Exit doesn't work inside Component on desktop

The documentation for that flag could be clearer (we’ve updated it in 091ab8a) - it actually prevents the window from gaining keyboard focus entirely, not just for receiving key events. Having the keyboard focus is necessary on macOS for the window to receive mouse movement events so the hover animation won’t work for windows with this flag set.

This is a bug and should be fixed in f43784d - the window with windowIgnoresKeyPresses set will never grab the focus and other windows will correctly propagate focus loss events when resigning the key window status.

1 Like