glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k stars 301 forks source link

Update react select version to resolve import issue with creatable #887

Closed lukasmasuch closed 9 months ago

lukasmasuch commented 9 months ago

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.