We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0703b commit 9b18b00Copy full SHA for 9b18b00
src/components/SnippetList.tsx
@@ -35,7 +35,7 @@ const SnippetList = () => {
35
return (
36
<>
37
<motion.ul role="list" className="snippets">
38
- <AnimatePresence mode="popLayout" presenceAffectsLayout>
+ <AnimatePresence mode="popLayout">
39
{fetchedSnippets.map((currentSnippet, idx) => {
40
41
<motion.li
0 commit comments