Currently the `onClick` property of the `LogoutLink` component is ignored if provided to the component as shown below: ``` html <LogoutLink onClick={onLogoutLinkClickHandler} /> ``` This is something that we should support.