일반
React v19+Nextjs v15 vs antd 5.* 충돌
한츄
2024. 12. 16. 18:03
SMALL
기존에 사용하려고 했던 버전
- 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
LIST