the-road-to-react-with-firebase / react-firebase-authentication

🔥 Boilerplate Project for Authentication with Firebase in React.
https://www.robinwieruch.de
1.01k stars 296 forks source link

Component labelled SignUpForm instead of SignUpFormBase #27

Closed aviginsburg closed 5 years ago

aviginsburg commented 5 years ago

Hi Robert,

The book is brilliant! Keep up the amazing work! A quick question/issue, on Page 33 of the book in the src/components/SignUp/index.js the component is labelled SignUpForm though I believe this should actually be SignUpFormBase (from the alterations made higher up the page).

Happy to be wrong!

rwieruch commented 5 years ago

You are totally right! I have already fixed it for the next edition of the book :) Thanks for reporting it though!