Skip to content
Advertisement

Uncaught Error: Info(…): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null [closed]

Problem is that it didn’t upload card page when i click

https://i.stack.imgur.com/Ep4J8.png

Main page /Homepage looks like that

https://i.stack.imgur.com/yC77U.png

i suscpect problem lies here {countries && <Info {…countries} />} It may due to {…countries} not working properly buy the way thanks in advance for your help Info.jsx

JavaScript

Details.jsx

JavaScript

Advertisement

Answer

you missed return in your Info component

you have to do like this

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement