Summary
This release fixes a bug in the rootBackToLast navigation function of SingleLinkNavigator.
What's Changed
- Fixed a bug where rootBackToLast(path:isAnimated:) resolved the target view controller from the activeController stack instead of the rootController stack, causing it to pop to the wrong screen (or fail to
navigate) when a modal/sheet was active - Now correctly searches the root navigation stack when popping back to the last matching path