We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46d161 commit 23487cfCopy full SHA for 23487cf
1 file changed
src/index.js
@@ -320,7 +320,6 @@ class ParallaxScrollView extends Component {
320
this.containerHeight = this.state.viewHeight;
321
322
children.forEach((item) => {
323
- console.log(item);
324
if (item && Object.keys(item).length != 0) {
325
this.containerHeight = 0;
326
}
0 commit comments