rwieruch/blog_robinwieruch_content

Minor inconvenience: routes used in SignUp.js before being imported.

guosim opened this issue · 3 comments

routes is not defined before being used in <Link to={routes.SIGN_UP}>Sign Up</Link>, making the code unable to compile while working through SignUpForm. Not sure if better to just leave the SignUpLink out first or just import routes at the start.

Edit: Whoops, this is for "A Complete Firebase in React Authentication Tutorial".

Thank you! You mean this df04b98 would fix it when the SignUp.js is touched the first time?

Yep, that would fix it!

Thanks for mentioning it!