The course provides exercises using React with Framer Motion, and I tried to convert them to Svelte with Svelte Motion, but I found some issues.
<AnimatePresence> hasn't option for mode="popLayout";style in the Motion tag does not work as expected with <AnimatePresence>;<AnimateSharedLayout> and <AnimatePresence> indicates how the animation will work, so this can bring bugs;