Skip to content

Commit f867d8e

Browse files
committed
remoe redundant ref in type level tests
1 parent 12c96c6 commit f867d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/types/tests.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const ComponentWithCache = withEmotionCache((_props: {}, cache) => {
3737
/>
3838
)
3939
})
40-
;<ComponentWithCache ref={() => {}} />
40+
;<ComponentWithCache />
4141
;<div css={{}}>
4242
<h1
4343
css={css`

0 commit comments

Comments
 (0)