Skip to content

Commit

Permalink
Merge branch 'master' into fix/element-remove-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 19, 2024
2 parents 377c63c + 4da2b5f commit ad49dde
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 ad49dde

Please sign in to comment.