mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
refactor: remove extra typescript dependency (#28220)
This commit is contained in:
@ -901,6 +901,7 @@ export class Nav implements NavOutlet {
|
||||
: undefined;
|
||||
const mode = getIonMode(this);
|
||||
const enteringEl = enteringView.element!;
|
||||
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
|
||||
const leavingEl = leavingView && leavingView.element!;
|
||||
const animationOpts: TransitionOptions = {
|
||||
mode,
|
||||
|
||||
Reference in New Issue
Block a user