Replies: 1 comment
-
You have a TypeScript error, not a lint error. Most likely, you use a different version in your text editor. If you use VSCode, make sure that VSCode picks up TypeScript from your project, and not its own version. The link above should help with that. That being said, when data is of type |
Beta Was this translation helpful? Give feedback.
-
Summary
When I try to deploy the app I am seeing linting issues in
app/lib/data.ts
.I noticed this disscussion on the same chapter but my issues seems different.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions