Skip to content

Commit 3733013

Browse files
authored
chore(ContextDropdown): silence warning for downstream people (#301)
1 parent 113dfff commit 3733013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContextDropdown/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import React from 'react'
99
import { useModal } from '@/hooks/useModal'
1010
import { Screen } from '@/context/ModalContext'
1111

12-
const MotionHeading = motion(Heading)
12+
const MotionHeading = motion.create(Heading)
1313

1414
const animationDuration = 0.15
1515

0 commit comments

Comments
 (0)