Bozhidar Ivanchev
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...
available fix in v11.0.0-develop.17.
Fixed in latest version: https://stackblitz.com/edit/react-y1znytcs-fkdjruax?file=app%2Fapp.jsx