[v3.4.9] v-data-iterator doesn't correctly type items #19285
Replies: 1 comment 1 reply
-
Same issue here. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
The
items
array of data iterator is always typed withDataIteratorItem<any>[]
and doesn't appear to type to the input items.Is this a bug? How do I correct this behavior?
Typed Input:
Untyped default slot items:
Beta Was this translation helpful? Give feedback.
All reactions