mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
🐛 Fix framer motion missing layout animations
This commit is contained in:
parent
309cb109aa
commit
aab999598e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { AnimatePresence, domAnimation, LazyMotion, m } from "framer-motion";
|
||||
import { AnimatePresence, domMax, LazyMotion, m } from "framer-motion";
|
||||
import { useRouter } from "next/router";
|
||||
import React from "react";
|
||||
|
||||
|
@ -14,7 +14,7 @@ const StandardLayout: React.FunctionComponent<{
|
|||
}> = ({ children, ...rest }) => {
|
||||
const router = useRouter();
|
||||
return (
|
||||
<LazyMotion features={domAnimation}>
|
||||
<LazyMotion features={domMax}>
|
||||
<UserProvider>
|
||||
<DayjsProvider>
|
||||
<ModalProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue