My code keeps throwing this error, please help

Can someone help me with this error.

You probably return an object instead of a jsx component somewhere. Check out in your latest changes what you return…
Or maybe you return multiple components. In that case you need to wrap them in one component.