VSCode reports problems but NextJS builds fine with fresh NextJS install
Answered
Cuckoo wasp posted this in #help-forum
Cuckoo waspOP
I am sure this is going to be a problem with my VSCode but any help would be greatly appreciated.
For instance I get these problems within the layout.tsx from a fresh npx create-next-app.
For instance I get these problems within the layout.tsx from a fresh npx create-next-app.
Answered by Yi Lon Ma
looks like your TS server bugged, restart vscode or ts server service
4 Replies
looks like your TS server bugged, restart vscode or ts server service
Answer
Cuckoo waspOP
restarted VS code, Typescript output window
Problems still present
Cuckoo waspOP
I just broke the VS code typescript server so it's not erroring anymore and the dev build is running fine as you can imagine so we can just caulk this up to one of those things and move on with my life, thanks for the help Yi Lon Ma!