You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that we have two components inside key_pad_menu_item.js file. One for links and one for buttons.
This was an old component that was created before our pattern of being able to pass an href or onClick and the component handles the correct html element. We should remove EuiKeyPadMenuItemButton in favor of just EuiKeyPadMenuItem that can also accept an onClick
The text was updated successfully, but these errors were encountered:
I just noticed that we have two components inside key_pad_menu_item.js file. One for links and one for buttons.
This was an old component that was created before our pattern of being able to pass an
href
oronClick
and the component handles the correct html element. We should remove EuiKeyPadMenuItemButton in favor of just EuiKeyPadMenuItem that can also accept anonClick
The text was updated successfully, but these errors were encountered: