What's the proper way to typed the items
prop for dynamic collections?
#3863
Unanswered
brandonpittman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you running into an issue if you just do something like |
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.
-
I found this example in the docs, but it's just punting the types and using
any[]
.https://codesandbox.io/s/heuristic-margulis-uz3d4d?file=/src/App.tsx
Beta Was this translation helpful? Give feedback.
All reactions