From 7dd19936ac109b2175e2568fb5808991ffa3abf9 Mon Sep 17 00:00:00 2001 From: sean tai <105983513+seantai@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:38:22 +0100 Subject: [PATCH] fix(MotionPathControls): update type (#1747) --- src/core/MotionPathControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/MotionPathControls.tsx b/src/core/MotionPathControls.tsx index ef45f2f9b..b1cb52349 100644 --- a/src/core/MotionPathControls.tsx +++ b/src/core/MotionPathControls.tsx @@ -76,7 +76,7 @@ function Debug({ points = 50 }: { points?: number }) { ) } -export const MotionPathControls = /* @__PURE__ */ React.forwardRef( +export const MotionPathControls = /* @__PURE__ */ React.forwardRef( ( { children,