From e4dec441b27c589f489d166e84001d550836747e Mon Sep 17 00:00:00 2001 From: Quinn Stearns Date: Tue, 30 Sep 2025 17:25:48 -0700 Subject: [PATCH] chore(ContextDropdown): silence warning for downstream people --- src/components/ContextDropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContextDropdown/index.tsx b/src/components/ContextDropdown/index.tsx index 621cb9c1..32536717 100644 --- a/src/components/ContextDropdown/index.tsx +++ b/src/components/ContextDropdown/index.tsx @@ -9,7 +9,7 @@ import React from 'react' import { useModal } from '@/hooks/useModal' import { Screen } from '@/context/ModalContext' -const MotionHeading = motion(Heading) +const MotionHeading = motion.create(Heading) const animationDuration = 0.15