vue-virtual-scroller
vue-virtual-scroller copied to clipboard
IdState not defined in 0.2.3
trafficstars
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
[email protected]
Used Package Manager
yarn
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- [X] The provided reproduction is a minimal reproducible example of the bug.