React sub component example typing #4258
Unanswered
marceloverdijk
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi @berdyshev / @KevinVandy ,
I noticed the React sub-component example you added recently.
It seems to add a generic
Table
sub-component, but however it is still typed toPerson
.table/examples/react/sub-components/src/main.tsx
Line 111 in 2cb4b7a
Is there a way to solve that and remove the
Person
dependency from theTable
sub-component to make it fully generic?Beta Was this translation helpful? Give feedback.
All reactions