https://github.com/remorses/react-virtualized-fixed-import
https://github.com/remorses/react-virtualized-fixed-import
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remorses/react-virtualized-fixed-import
- Owner: remorses
- License: mit
- Created: 2021-03-19T15:44:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:35:54.000Z (about 1 year ago)
- Last Synced: 2025-03-28T18:52:22.490Z (10 months ago)
- Size: 319 KB
- Stars: 10
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Fixed version of react virtualized that compiles with esbuild https://github.com/bvaughn/react-virtualized/issues/1632
To use it in your repo add the following resolution
```json
{
"resolutions": {
"react-virtualized": "git+https://git@github.com/remorses/react-virtualized-fixed-import.git#9.22.3""
}
}
```