rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
822 stars 87 forks source link

Poplast didn't work as expected #132

Open AmrSaleh07 opened 3 months ago

AmrSaleh07 commented 3 months ago

Hi, I have issue when using popLast func

I have FeedCoordinator when push new view (View 1) and from View 1 pushed new view (View2) and from view2 pushed new view (View3) using different coordinator when use popLast in View3 it's redirected me to root of View1 (in my case TabView) instead of View2 like normal or expected behaviour.

Thanks in advance.