Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 1883
- pm2 상태 확인
- invalid data
- mosquitto.conf
- transfer
- 맥 어드레스
- setInterval 외부 정지
- setInterval 중지
- 데이터테이블 데이터 넣기
- pm2
- setInterval clear
- listener 1883
- 공인IP
- map이 undefined가 뜰 때
- pm2 설치
- datagridview 직접입력
- pm2 확인
- html #select #option #multiple
- DatePicker
- setInterval 정지
- pm2 시작
- Replication
- allow_anonymouse
- timepicker
- mySQL_Replication
- c# datagridview 데이터 넣기
- DataGridView 직접 입력
- 서버동기화
- mosquitto
- AntDesign
Archives
- Today
- Total
개발 노트
React v19+Nextjs v15 vs antd 5.* 충돌 본문
기존에 사용하려고 했던 버전
- React 19
- Nextjs 15
- antd 5.*
=> antd와의 호환이 정상적으로 이루어지지 않아서 에러메세지 발생
antd뿐만아니라 mui와의 호환성 이슈도 있음
React19로 업그레이드 되면서 직접적인 ref access가 제거됨 => 에러발생
React 18/Next14로 다운그레이드
https://github.com/ant-design/ant-design/issues/51458
'TODO' 카테고리의 다른 글
20241216 TODO (0) | 2024.12.16 |
---|---|
20241213 TODO (0) | 2024.12.16 |
20241212 TODO (0) | 2024.12.12 |
20241211 TODO (0) | 2024.12.11 |
20241210 TODO (1) | 2024.12.10 |