리액트로 개발하던 도중Cannot update a component (Header) while rendering a different component (StorePage). To locate the bad setState() call inside StorePage,
빨간줄과 Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy. 라는 메시지가 뜸tsconfig.json 에 moduleResolution을 추가해줌에러가 사라
LINT ERROR > Binding element 'Component' implicitly has an 'any' type. "noImplicitAny": false 추가참고https://stackoverflow.com/questions/40745992/bi