The whole error:
Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the object using createF...<omitted>...`.
I can't find the exact location of this error, it just makes an error in the react-dom, so how can I debug and find out this error?