본문 바로가기
Programming/8. Error

02_(React 에러) Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export 해결법

by @sangseophwang 2021. 8. 1.

증상

이런 에러 메세지가 나온다면?

원인

export하기 전에 변수에 할당하고 진행해야 한다. 

해결책

이렇게 작성해서 다시 진행해보면
기쁨의 Compiled successfully를 볼 수 있다!

 

반응형

댓글