런타임노트

[Error] "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." 본문

React

[Error] "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."

D269 2023. 8. 16. 11:13
728x90

 

 

원인

함수인데 함수로 써주지 않아서 생기는 원인 

ex)  function() 인데 function으로 작성할 경우

 

 

해결

함수인데 function 이라고 작성한 게 있다면 function()으로 수정한다.

 

 

 

 

 

 

 

 

 

 

참고 : https://heytech.tistory.com/428

728x90
반응형