react-infinite-grid
react-infinite-grid copied to clipboard
A React component which renders a grid of elements.
Just installed, and received a few notifications about security vulnerabilites like ``` High Prototype Pollution Package lodash Patched in >=4.17.12 Dependency of react-infinite-grid Path react-infinite-grid > lodash More info https://npmjs.com/advisories/1065...
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...
So installing the latest version throws me that error. The issue here as far a I can debug is due to > this.refs.grid //undefined and the error happens on getGridRect...
Changed the floor call in _getGridHeight to ceil because floor drops the last "row" of the height.
Hi. I'm trying to import this and I found you hardcoded the react into the dependencies. ├─┬ **[email protected]** │ ├─┬ [email protected] │ │ ├── [email protected] │ │ ├─┬ [email protected] │...
Edit: previous issue was fixed
`shouldComponentUpdate` currently only takes into account state changes. This makes it impossible for people to use this component to update based on, say, new data (eg API calls). Just mentioning...
Hi, I noticed the demo has a few changed that are not in the git repo. Is the demo further along?
Installing with npm gets the following error message. It seems that various version of React are required however the installation completes. I have installed the latest version of react. ```...