Next js
[Next js] SyntaxError: Named export 'useInsertionEffect' not found.
호박고구마123
2024. 1. 2. 23:02
framer-motion, emotion, next js 버전으로 인해 문제가 발생한거 같다.
(이전 사용 -> 변경 후 버전)
next : 12.1.0 -> 12.0.1
framer-motion: 11버전(정확히 기억이안남...) -> "5.0.1",
emotion/react: "^11.10.5" -> "11.8.1"
emotion/styled: "^11.11.0" -> "11.6.0"
참고 URL