Replies: 1 comment 1 reply
-
This typically occurs when TypeScript is unable to recognize the props property on a JSX element. This discrepancy between your Git development environment and Codespaces could be due to differences in TypeScript configurations or versions.
By ensuring consistency in TypeScript versions, configurations, and dependencies, you should be able to resolve the discrepancy between your Git development environment and Codespaces. Let me know if you need further assistance! Mark my comment as answered, If ur doubt resolved... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
On hover it says: JSX element class does not support attributes because it does not have a 'props' property.ts(2607)
This error does not occur in codespace and is completely fine. Why?
Beta Was this translation helpful? Give feedback.
All reactions