DEV Community

Discussion on: Error: Your render method should have return statement

Collapse
 
frgarciames profile image
frgarciames

I think in the file ToDoItems.js your return is inside "const todoItems = ...", so in the render method you are returning nothing. I am with mobile so sorry for the explanation.