An open API service indexing awesome lists of open source software.

https://github.com/remorses/react-virtualized-fixed-import


https://github.com/remorses/react-virtualized-fixed-import

Last synced: 4 months ago
JSON representation

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""
}
}
```