bvaughn / react-window

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

update package.json in all codesandbox demos #653

Closed xcsnowcity closed 3 weeks ago

xcsnowcity commented 2 years ago

since there's no 'src' folder in codesandbox demo file structure, the main property in package.json should be './index.js' directly, otherwise error will occur like 'Could not find entry file: /src/index.js. You can specify one in package.json by defining a main property.'