Can't clear errors but application works fine and code matches the example code identically..
Unanswered
Pyrenean Mountain Dog posted this in #help-forum
Pyrenean Mountain DogOP
The errors panel in vscode indicates several problems but - the code works fine, running
npm run lint shows no complaints / is clean, the code matches up identically to the [sample code for the lesson](https://github.com/vercel/next-learn/blob/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/final-example/app/ui/invoices/edit-form.tsx) I'm working through (as per diff results showing so) but the example code contains other, but fewer, different errors that show up in the errors panel. It isn't just that I can't figure out what is being complained about in the errors panel of my codebase but that I'm VERY reluctant to have my code differ from the example code and would not feel comfortable committing it unless it is. If the problems that are showing up are legit then maybe they should be fixed but that goes back to the point about my codebase differing from [the vercel code for these lessons](https://github.com/vercel/next-learn/tree/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/final-example). At the end of the day I don't want to carry errors forward as I progress into other chapters of the lesson. Does anyone have a suggestion on how to deal with this?2 Replies
Pyrenean Mountain DogOP

Pyrenean Mountain DogOP
I just cloned the repository https://github.com/vercel/next-learn.git open the codebase in vscode and go to
I just wanted to move forward in the tutorial (I hate dealing with this and everything I try leads to a dead end or worst). I'm not happy with there being errors and then building more code on top of that. I thought maybe because I haven't made it completely through the tutorial there may be some difference in my codebase that gets resolved later on but if the final code from nextjs repository has more errors than mine does. It does not help me find the source of the problem. If I were to get no error or even fewer but different errors from the nextjs repository's code it might be useful - but that isn't the case - kinda stuck.
app/ui/invoices/edit-form.tsx there shows 65 errors in vscode. I guess I should feel lucky I only have 9 in my codebase.I just wanted to move forward in the tutorial (I hate dealing with this and everything I try leads to a dead end or worst). I'm not happy with there being errors and then building more code on top of that. I thought maybe because I haven't made it completely through the tutorial there may be some difference in my codebase that gets resolved later on but if the final code from nextjs repository has more errors than mine does. It does not help me find the source of the problem. If I were to get no error or even fewer but different errors from the nextjs repository's code it might be useful - but that isn't the case - kinda stuck.