Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 326 Bytes

Fixed version of react virtualized that compiles with esbuild bvaughn/react-virtualized#1632

To use it in your repo add the following resolution

{
    "resolutions": {
        "react-virtualized": "git+https://git@github.com/remorses/react-virtualized-fixed-import.git#9.22.3""
    }
}