Skip to content

Commit 099293f

Browse files
committed
Fix : react-scripts 라이브러리 hot-reload 오류 관련 수정
## Problem CRA의 react-scripts 에서 발생하는 이슈로, react-error-overlay 의 내부 로직 변경 후 발생한 버그로 인함 ## Solve 해당 이슈가 해결된 react-scripts 최신 버전으로 업그레이드 진행 참고: [link](facebook/create-react-app#11771 (comment))
1 parent 82d8766 commit 099293f

File tree

2 files changed

+3094
-5541
lines changed

2 files changed

+3094
-5541
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1",
1313
"react-router-dom": "^6.4.3",
14-
"react-scripts": "4.0.1",
14+
"react-scripts": "5.0.1",
1515
"web-vitals": "^0.2.4"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)