Vaadin 24: Uncaught TypeError: Cannot read properties of undefined (reading 'doSelection')

Any one have an idea to solve my browser error ? Perhaps I have to post it in the “general” channel ?

Could you please share a simple project that reproduces the problem?

ok I’m going to create a simple projetc and try to reproduce it

I’ve found what produce the error. For reminder, I have a view A with a list and a view B whith the detail of a list item.

When I come back to the view A after see the detail in the view B, to remember th grid position I use a code define in that post

https://cookbook.vaadin.com/grid-scroll-tracking?i=82

The function work fine but that generate the error.

I think it’s not important finally because the grid have the same state with the good scroll

I recover the good grid state