B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 57e4d8039b - Show all commits

View File

@ -6,7 +6,7 @@ export default function PageTransition({ children, routeKey }) {
if (reduceMotion) return children;
return (
<AnimatePresence mode="wait" initial={false}>
<AnimatePresence initial={false}>
<motion.div
key={routeKey}
initial={{ opacity: 0, y: 8 }}