You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Unable to get property 'slotHeaderSize' of undefined or null reference
at value(./node_modules/vue-virtual-scroll-list/dist/index.js:229:9)
at this(./node_modules/vue-virtual-scroll-list/dist/index.js:203:9)
at this(./node_modules/vue-virtual-scroll-list/dist/index.js:194:11)
at methods.onScroll(./node_modules/vue-virtual-scroll-list/dist/index.js:824:9)
EDIT: I am running in page mode, here are the details
Describe
Seeing this stacktrace in logs:
EDIT: I am running in page mode, here are the details
To Reproduce
Haven't been able to reproduce myself, but I only see two spots in the codebase where the scroll event might fire while virtual.param is null:
https://github.com/tangbc/vue-virtual-scroll-list/blob/master/src/index.js#L81-L86
-- Please consider unregistering the scroll event before calling virtual.destroy()
https://github.com/tangbc/vue-virtual-scroll-list/blob/master/src/index.js#L186-L190
-- Unlikely to be causing my issue. reset() isn't called in this codebase and we're not using a component ref
-- Please consider installing the new Virtual instance before scrolling, or deregistering scroll handlers during this operation
Reproduce demo
Unable
Other
Thank you
The text was updated successfully, but these errors were encountered: