glideapps / glideapps/glide-data-grid
[Issue] Incompatibility with React 19 in @glideapps/glide-data-grid
Open
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Attempting to install @glideapps/glide-data-grid in a project using React 19 results in an ERESOLVE dependency conflict.
Steps to reproduce :
Initialize an electron-react-boilerplate project with React 19.
Run npm install @glideapps/glide-data-grid.
Current Behavior :
The installation fails with the following error:
npm error ERESOLVE unable to resolve dependency tree
...
npm error peer react@"^16.12.0 || 17.x || 18.x" from @glideapps/glide-data-grid@6.0.3
Contributor guide
Assessment
This issue has not been assessed yet.