From 4da2b5f8ae7ff8e718baa939851781fe847fa3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 19 Sep 2024 10:38:33 +0800 Subject: [PATCH] chore: fix lint --- tests/CSSMotion.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CSSMotion.spec.tsx b/tests/CSSMotion.spec.tsx index 2ead8a8..b5c71a9 100644 --- a/tests/CSSMotion.spec.tsx +++ b/tests/CSSMotion.spec.tsx @@ -331,7 +331,7 @@ describe('CSSMotion', () => { test( 'FC with ref', - React.forwardRef((props, ref) =>
), + React.forwardRef((props, ref: any) =>
), ); test(