Skip to content

Commit

Permalink
remoe redundant ref in type level tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 10, 2024
1 parent 12c96c6 commit f867d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/types/tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ComponentWithCache = withEmotionCache((_props: {}, cache) => {
/>
)
})
;<ComponentWithCache ref={() => {}} />
;<ComponentWithCache />
;<div css={{}}>
<h1
css={css`
Expand Down

0 comments on commit f867d8e

Please sign in to comment.