fix: Transitioner await onTransitionStart
This commit is contained in:
parent
f9f279e761
commit
fac2462757
|
@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue