Skip to content

Commit

Permalink
Temporarily passes type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 29, 2024
1 parent 78abbe0 commit 8124061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/e2e/ExtendMultipleStyledElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import styled from '../src';
const A = styled.p`a`
const B = styled.p`b`
const C = styled.p`c`
// todo: fix the issue with the following line
// @ts-expect-error
const D = styled(A)(B)(C)`d`

export default D

0 comments on commit 8124061

Please sign in to comment.