0

if (this.nav.last().instance instanceof SupplierSelectPage) { this.form.controls['SupplierName'].markAsTouched(); }

I have updated the Ionic version to 7, after that, I am facing issues on the property last().

Can someone help?

Roman A.
  • 686
  • 5
  • 25
User User
  • 1
  • 2

1 Answers1

0

If you use ion-nav, you need to try the following methods to access the latest view or by index:

In your case you can check .last to .getActive

Roman A.
  • 686
  • 5
  • 25