This line no longer works in Node v21 because "navigator" is not on the global scope but it does not have an userAgent property.
There may be other issues but this is the first one I encountered when upgrading to node 21.
https://github.com/framer/motion/blob/main/packages/framer-motion/src/projection/node/create-projection-node.ts#L2100
This line no longer works in Node v21 because "navigator" is not on the global scope but it does not have an
userAgentproperty.There may be other issues but this is the first one I encountered when upgrading to node 21.
https://github.com/framer/motion/blob/main/packages/framer-motion/src/projection/node/create-projection-node.ts#L2100