removed layout
This commit is contained in:
parent
2aa5ab58d4
commit
22165e255b
|
|
@ -13,7 +13,6 @@ export default function Root({ children, className }: RootProps) {
|
|||
<AnimatePresence initial={false}>
|
||||
{Children.map(children, (child, index) => (
|
||||
<motion.li
|
||||
layout
|
||||
key={index}
|
||||
initial={{ opacity: 0, height: 0 }}
|
||||
animate={{ opacity: 1, height: "auto" }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user