Invariant Violation: Objects are not valid as a React child
Sometimes you might try to display data in a React application and you might see the following error in the console:
Objects are not valid as a React child (found: object with keys ...). If you meant to render a collection of children, use an array i...
codingdeft.hashnode.dev3 min read