Skip to content

Commit 60e13a6

Browse files
author
Ives van Hoorne
committed
Fix breaking production build
1 parent 2f9c6db commit 60e13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed/components/Content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Content extends React.PureComponent {
5454

5555
componentDidMount() {
5656
this.fetchBundle();
57-
setTimeout(this.handleResize);
57+
setTimeout(() => this.handleResize());
5858
}
5959

6060
fetchBundle = () => {

0 commit comments

Comments
 (0)