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 11229ca commit 90bbefbCopy full SHA for 90bbefb
src/containers/HomeContainer/HomeContainer.js
@@ -52,6 +52,10 @@ class HomeContainer extends Component {
52
}
53
54
55
+ componentWillUnmount() {
56
+ window.removeEventListener('resize', this.adjustSlideNumber.bind(this))
57
+ }
58
+
59
render() {
60
61
const {featuredChars, error, heroSlideCount } = this.state
0 commit comments