Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next-firebase-course/pages/enter.js lodash debounce missing prefix #6

Open
julienPierre opened this issue May 19, 2021 · 1 comment

Comments

@julienPierre
Copy link

The "username page" returns an error caused by "debounce" missing the "._" lodash prefix at L96 in next-firebase-course/pages/enter.js . The error occurs when coding along with the Custom Usernames video at 4'45".

This omission is visible in the video, on the fireship.io site, and in the source code here on Github. It prevents any further rendering of the application past the Custom Username video unless a username is created manually in Firestore and in this case the page is skipped altogether.

@dosstx
Copy link

dosstx commented May 20, 2021

I think I ran into that same issue. In my case, I am using NuxtJS (not NextJS) and what I did for this part of the course was use BootstrapVue's text input element which contains a debounce property already baked in (no Lodash needed)

Just throwing that out there in case others find it useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants