Fredrik Nicol

Results 13 issues of Fredrik Nicol

```tsx const Button = styled.button({}); Button.defaultProps = { type: 'button' }; const AnotherButton = styled(Button, {}); //

bug