강의

멘토링

커뮤니티

Inflearn Community Q&A

info0961's profile image
info0961

asked

Life Coding - React

How to code JS

class type으로 소스 변경시 에러가 생깁니다.

Written on

·

260

1

npm run start해서 빌드할때에 class type으로 소스코드 변경시

TypeError: Class constructor App cannot be invoked without 'new'

라는 에러가 출력됩니다.

react

Answer 1

0

info0961님의 프로필 이미지
info0961
Questioner

{component}를 import하지 않아서 생긴 문제였네요

info0961's profile image
info0961

asked

Ask a question