We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ed636 commit b6b95e6Copy full SHA for b6b95e6
source/AutoSizer/AutoSizer.example.js
@@ -82,7 +82,7 @@ export default class AutoSizerExample extends Component {
82
return shallowCompare(this, nextProps, nextState)
83
}
84
85
- _rowRenderer ({ key, index, style }) {
+ _rowRenderer ({ index, key, style }) {
86
const { list } = this.props
87
const row = list.get(index)
88
0 commit comments