Bozhidar Ivanchev

Results 4 comments of Bozhidar Ivanchev

Hello, We are using a `useMemo` internally in the grid to reset the scroll position and some other related properties, when some of the grid props (like `group`, `sort`, `filter`...

`setSelect` changes a state variable, and thus triggers a refresh of the component, and a new render cycle. Therefore the `MyEditCommandCell` component is re-created, and a new instance is passed...

Fixed in latest version: https://stackblitz.com/edit/react-y1znytcs-fkdjruax?file=app%2Fapp.jsx