We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113dfff commit 3733013Copy full SHA for 3733013
src/components/ContextDropdown/index.tsx
@@ -9,7 +9,7 @@ import React from 'react'
9
import { useModal } from '@/hooks/useModal'
10
import { Screen } from '@/context/ModalContext'
11
12
-const MotionHeading = motion(Heading)
+const MotionHeading = motion.create(Heading)
13
14
const animationDuration = 0.15
15
0 commit comments