📍 에러에러
[ REACT ] ReactDOM.render is no longer supported in React 18
( 후에 정리할 예정 ) 🔗 https://7357.tistory.com/44
( 후에 정리할 예정 ) 🔗 https://7357.tistory.com/44
( 후에 정리할 예정 ) 🔗 https://kyung-a.tistory.com/36
( 후에 정리할 예정 ) 🔗 https://github.com/remix-run/react-router/issues/7454
실행코드 리액트 기본세팅 코드 쳤는데 오류 뜸 ㄷ npx create-react-app kongfront 에러코드 You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1). We no longer support global installation of Create React App. Please remove any global installs with one of the following commands: - npm uninstall -g create-react-app - yarn global remove create-react-app The latest instructions for creating a new..