Skip to content

Commit 4da2b5f

Browse files
committed
chore: fix lint
1 parent f6a1383 commit 4da2b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CSSMotion.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ describe('CSSMotion', () => {
331331

332332
test(
333333
'FC with ref',
334-
React.forwardRef((props, ref) => <div {...props} ref={ref} />),
334+
React.forwardRef((props, ref: any) => <div {...props} ref={ref} />),
335335
);
336336

337337
test(

0 commit comments

Comments
 (0)