Closed
Description
I'm using the item slot API introduced in #337
However, VirtualList
has a required prop :data-component
.
As I'm defining my list component in the slot, I don't know what to do with the :data-component
prop.
Omitting it works but leads to a validation error, and it doesn't accept null
.
Any suggestions?