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 a0bd59b commit 4777d1aCopy full SHA for 4777d1a
src/image-viewer.component.tsx
@@ -48,7 +48,7 @@ export default class ImageViewer extends React.Component<Props, State> {
48
49
private imageRefs: any[] = [];
50
51
- public componentWillMount() {
+ public componentDidMount() {
52
this.init(this.props);
53
}
54
0 commit comments