fix: Transitioner await onTransitionStart

This commit is contained in:
Roberto Wesley Overdijk 2019-02-09 16:12:18 +01:00 committed by GitHub
parent f9f279e761
commit fac2462757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 26 deletions

View File

@ -174,7 +174,6 @@ class Transitioner extends React.Component {
await result;
}
}
});
// get the transition spec.
const transitionUserSpec = nextProps.configureTransition
@ -207,6 +206,7 @@ class Transitioner extends React.Component {
} else {
this._onTransitionEnd();
}
});
}
}