에러메시지 해결/리액트 에러3 Module not found: Error: Can't resolve './reportWebVitals' in (주소....) index.js에서 reportWebVitals 를 주석 또는 삭제 처리하니 해결되었다. 다른 해결방법도 있지만 일단 저걸로 해결. 2023. 3. 14. 리액트 에러 에러메시지 # # Fatal error in , line 0 # Fatal JavaScript invalid size error 173486401 # # # #FailureMessage Object: 000000D6E2DFE3A0 1: 00007FF683579E7F node_api_throw_syntax_error+175967 2: 00007FF68349036F v8::CTypeInfoBuilder::Build+11999 3: 00007FF6842FD182 V8_Fatal+162 4: 00007FF683E3A265 v8::internal::FactoryBase::NewFixedArray+101 5: 00007FF683CBF8E3 v8::internal::FeedbackNexus::ic_state+6579.. 2023. 2. 22. 리액트(라우터 에러) Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it. 리액트에서 라우터 사용할때 아래와 같은 메시지가 뜨면서 화면이 렌더링되지 않았다. Warning: Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it. DeepL 번역 : 경고: 함수는 React 자식으로 유효하지 않습니다. 렌더링에서 대신 Component를 반환하는 경우 이런 문제가 발생할 수 있습니다. 또는 이 함수를 반환하지 않고 호출하려고 했을 수도 있습니다. //에러 발생 코드 //정상적인 코드 에러가 발생한 코드 element = {} 에서 .. 2023. 2. 20. 이전 1 다음