Components accept any props, even non existing ones. #2190
Unanswered
bogdan2510
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Same case here. But when I get into the definition of Any ideas there? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
None of the components have type safety. Ex:
<Text blabla />
will not complain or give an error, even though this is a non existing prop. Is this intentional?also i have done something like this :
I expected to have intellisense for this when using it. ex:
<Text testH1 />
works but no intellisense.Beta Was this translation helpful? Give feedback.
All reactions