Skip to content

Commit

Permalink
Merge pull request #90 from reaviz/Update-framer
Browse files Browse the repository at this point in the history
Update framer
  • Loading branch information
amcdnl authored Dec 15, 2023
2 parents 918d5af + e1746d3 commit 04a0e1a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 89 deletions.
206 changes: 119 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"date-fns": "^2.30.0",
"ellipsize": "^0.5.1",
"focus-trap-react": "^8.7.1",
"framer-motion": "7.8.0",
"framer-motion": "^10.16.16",
"fuse.js": "^6.6.2",
"human-format": "^1.2.0",
"mousetrap": "^1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion src/data/Sort/Sort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Sort: FC<SortProps> = ({
onKeyDown={onKeydown}
>
{children}
<AnimatePresence initial={false} exitBeforeEnter>
<AnimatePresence initial={false} mode="wait">
{direction === 'asc' && (
<motion.div
key="asc"
Expand Down

0 comments on commit 04a0e1a

Please sign in to comment.