lastCallbackNode is not a function
问题 I've imported the farmer-motion library using shadow-cljs. The framer motion library has the custom react component div.motion. It's used as follows: https://www.framer.com/api/motion/examples/#animation : import { motion } from "framer-motion" export const MyComponent = () => ( <motion.div animate={{ scale: 2 }} transition={{ duration: 0.5 }} /> ) I'm using reagent to render the div.motion component: (ns myapp.foo (:require ;; shadow-cljs import [framer-motion :refer (motion MagicMotion