red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
489 stars 484 forks source link

UserAvatar component errors #38

Closed toyeebgodo closed 7 years ago

toyeebgodo commented 7 years ago

typeerror

Steps

I was able to successfully create an account after my setting up Firebase config. My partner tried to create an account and it resulted in a blank screen with the following errors.

Expected Result

useravatar error

Actual Result

Version

x.y.z

Testcase

Qolzam commented 7 years ago

I'm not sure which version of repository you are using, because when user register I fill the data. By the way I solved this problem which the data can be null. I hope it helps 5477197.

toyeebgodo commented 7 years ago

Thank you as always.