반응형
    
    
    
  기존에 사용하려고 했던 버전
- React 19
 - Nextjs 15
 - antd 5.*
 
=> antd와의 호환이 정상적으로 이루어지지 않아서 에러메세지 발생
antd뿐만아니라 mui와의 호환성 이슈도 있음

React19로 업그레이드 되면서 직접적인 ref access가 제거됨 => 에러발생
React 18/Next14로 다운그레이드
https://github.com/ant-design/ant-design/issues/51458
Compatibility with React 19 and Next.js 15 · Issue #51458 · ant-design/ant-design
Description: Ant Design components are experiencing compatibility issues with the latest versions of React and Next.js: React Version: 19 (released April 2024) Next.js Version: 15 These issues aris...
github.com
반응형
    
    
    
  '일반' 카테고리의 다른 글
| CSS 최신문법(where/is/has/not) (0) | 2025.01.14 | 
|---|---|
| 이미지 파일 DB저장 및 url호출 (0) | 2024.12.30 | 
| next14 - next-auth v5 (0) | 2024.12.09 | 
| NextAuth 로그인 (0) | 2024.12.03 | 
| Next auth와 Bearer 토큰 (0) | 2024.11.28 |