kevinRoomies

Results 2 comments of kevinRoomies

Same here. Probably also the reason why some buttons don't appear from the beginning unless I add more, there's some layout shenanigans going on

> @pzmudzinski I had the same problem and my workaround is to add `tabsRole = 'Tab'` to the component, like this: > > ``` > const StyledTab = styled(Tab)` >...