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 ffb99a7 commit 929d93aCopy full SHA for 929d93a
examples/apps/infinite-scrolling/app.js
@@ -69,7 +69,6 @@ class App extends Component {
69
test: "infinitescroll"
70
};
71
while (contentCnt < page * 3) {
72
- // eslint-disable-line no-unmodified-loop-condition
73
contents.push(
74
<Content
75
index={contentCnt % 3}
0 commit comments