Skip to content

Commit

Permalink
fix: handle motion() deprecation warning (#8536)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Feb 7, 2025
1 parent 8de1591 commit 7ea2eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const RELATIVE_TIME_OPTIONS = {
useTemporalPhrase: true,
} as const

const MotionButton = motion(Button)
const MotionButton = motion.create(Button)

const ButtonSkeleton = () => {
return (
Expand Down

0 comments on commit 7ea2eb3

Please sign in to comment.