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
If I have a list of objects that have 2 keys like {id: null, seq: 1234} and set key-field to 'seq' the lib will crash saying there is no 'seq' field on the internal item object.
Describe the bug
If I have a list of objects that have 2 keys like {id: null, seq: 1234} and set key-field to 'seq' the lib will crash saying there is no 'seq' field on the internal item object.
Some screenshotos from Edge debuger
Reproduction
Here is a repo to test https://github.com/dragos-boisteanu/scroller-issue
If you change the id to id: i and remove key-field or set it to 'id' it will work
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: