I want to have better access to props. #2645
Unanswered
KuzyaGlebkin
asked this question in
Q&A
Replies: 1 comment
-
No. See #1046 |
Beta Was this translation helpful? Give feedback.
0 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.
-
As I understand from the documentation, access to props is provided through the props object, but I am used to destructuring as in functional components.
I tried copying the values to export, but in this case the content is not rendered at all.
Is there any way to do without accessing the props object?
Beta Was this translation helpful? Give feedback.
All reactions