Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 19, 2024
1 parent f6a1383 commit 4da2b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CSSMotion.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ describe('CSSMotion', () => {

test(
'FC with ref',
React.forwardRef((props, ref) => <div {...props} ref={ref} />),
React.forwardRef((props, ref: any) => <div {...props} ref={ref} />),
);

test(
Expand Down

0 comments on commit 4da2b5f

Please sign in to comment.