Learn React and Firebase by following along - Creating a Chat Application [Renewed in December 2023]
Resolved
Written on
·
246
0
서버연결은 정상적으로 실행이 되서 더 이해가안되네요....
Error: App(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
Answer 2
1
답장이 너무 늦어서 죄송합니다 ㅠㅠ
혹시 App.js 부분에 return 하는 부분에서 <div></div> 이런식으로 렌더링 하는 부분이 있나요 ?
왜냐면 에러에서 나오는 경고가 App 부분에서 렌더링 하는 부분이 없다는 로그가 나오고 있습니다~
0