bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.54k stars 779 forks source link

react-window not found #673

Open HNsingh opened 1 year ago

HNsingh commented 1 year ago

Hi I have add react-window through this command yarn add react-window And I am trying to import import { VariableSizeList, ListChildComponentProps } from 'react-window';

Getting error 'react-window' not found. Please give me any solution how I can fix it.

Thanks

nassif7 commented 1 year ago

if you use typeScript you need to run this command npm install --save @types/react-window