Skip to content

Commit e50b1cc

Browse files
authoredFeb 28, 2025··
fix: handle motion.create warning (#8805)
1 parent 73a5133 commit e50b1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/sanity/src/core/releases/tool/detail/ReleaseDetail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {ReleaseSummary} from './ReleaseSummary'
2121
import {useBundleDocuments} from './useBundleDocuments'
2222

2323
export type ReleaseInspector = 'activity'
24-
const MotionCard = motion(Card)
24+
const MotionCard = motion.create(Card)
2525

2626
export const ReleaseDetail = () => {
2727
const router = useRouter()

0 commit comments

Comments
 (0)
Please sign in to comment.