Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.43k stars 901 forks source link

IdState not defined in 0.2.3 #786

Open qualle-admin opened 1 year ago

qualle-admin commented 1 year ago

Describe the bug

I am trying to use IdState in a virtual scrolling datatable I am building which has row selection, this seems like a perfect use case, but its not showing up in 0.2.3, is there a specific version?

Uncaught (in promise) SyntaxError: The requested module '/node_modules/.hst-vite/deps/vue3-virtual-scroller.js?v=d98cf66f' does not provide an export named 'idState'

Reproduction

Install 0.2.3, reference IdState

System Info

Node 16
vue3-virtual-scroller@0.2.3

Used Package Manager

yarn

Validations