Skip to content

Commit 09b7c85

Browse files
committed
deprecated fix
1 parent e7499b8 commit 09b7c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactFilestack.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ReactFilestack extends Component {
5454
this.onFail = this.onFail.bind(this);
5555
}
5656

57-
componentWillMount() {
57+
componentDidMount() {
5858
const { customRender } = this.props;
5959
const { componentDisplayModeMerged } = this.state;
6060
if (componentDisplayModeMerged.type === 'immediate' && !customRender) {

0 commit comments

Comments
 (0)