🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
I had to update react-select locally to get it to work again. Based on the comments here, this was an issue in react-select < 5.7.2. It probably makes sense to also update the version within the cells package.
This import caused some trouble when I tried out the latest beta:
https://github.com/glideapps/glide-data-grid/blob/66f7390b0c4cf1a63ac21733c11b5ba562d9045e/packages/cells/src/cells/multi-select-cell.tsx#L18
I had to update react-select locally to get it to work again. Based on the comments here, this was an issue in react-select <
5.7.2
. It probably makes sense to also update the version within the cells package.