Reactjs – Why getting error 'Objects are not valid as a React child' in turborepo ui tests?
I'm using node 22.12.0 LTS and npm 10.9.0 The error message I'm getting in the test is: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, props, _owner, _store}). If you meant to render…