Uncaught Error: Objects are not valid as a React child 에러 해결
Uncaught Error: Objects are not valid as a React child (found: object with keys {providerId, emailVerified, isAnonymous, tenantId, providerData, proactiveRefresh, reloadUserInfo, reloadListener, uid, auth, stsTokenManager, accessToken, displayName, email, phoneNumber, photoURL, metadata}). If you meant to render a collection of children, use an array instead. 문제 원인 React component를 렌더링할 때, 데이터를 ..