Skip to content

Commit

Permalink
fix(component): remove deprecated prop
Browse files Browse the repository at this point in the history
  • Loading branch information
obviyus committed Sep 21, 2022
1 parent 5b1c229 commit d5a3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function App() {
<Links/>
</head>
<body>
<AnimatePresence exitBeforeEnter>
<AnimatePresence mode='wait'>
{ outlet }
</AnimatePresence>
<Scripts/>
Expand Down

0 comments on commit d5a3421

Please sign in to comment.