I am following the React 18 for Beginners course, currently being at Building Components section, lesson 6.
However my code editor (also using VS code) displays nothing upon hovering over the parameters or anything, also I am getting no error when not specifying the type of parameter.
After specifying the type, I am still getting no suggestion of the properties when using the “.” operator.
Could you please provide a list of the extensions that you’re using for this course?
update: i finally fixed the issue, which was caused by me editing the tsconfig.json file last year upon following another TS course and I completely forgot about it. now everything works fine