Inflearn Community Q&A

Node and React series that you can learn by following - Creating a Reddit site (NextJS) (Pages Router)
Property ' ' has no initializer and is not definitely assigned in the constructor ts 문제해결 방법 문의
Resolved
Written on
·
345
0
안녕하세요 강사님
클로코딩 진행중 npm run dev 명령 시 정상적으로 런타임 되는데
계속해서 아래 사진과 같이 각 entity가 초기화가 안됐다는 경고 창이 뜨는데 이건 어떻게 해결해야하는지 문의드립니다.


reactnode.jspostgresqldockertypescript클론코딩next.js
Answer 1
0
junseong Kim
Questioner
해당 부분 아래와 같이 수행하니 해결되네요
server폴더 > tsconfig.json
"strictPropertyInitialization" : false 변경
vscode typescript restart : 아래 단축키 참고해서 하시면 될거 같네요





