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
When we add more than 2 actions in the EuiInMemoryTable, a context menu is shown with the different actions. If we use EuiButtonIcon for those actions, then the <button> is wrapped inside another <button> causing a dom error.
When we add more than 2 actions in the EuiInMemoryTable, a context menu is shown with the different actions. If we use EuiButtonIcon for those actions, then the
<button>is wrapped inside another<button>causing a dom error.