pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.22k stars 1.42k forks source link

Add missing parameter in NavigationLink docs #3296

Closed woohyunjin06 closed 3 weeks ago

woohyunjin06 commented 3 weeks ago

I found that the onNavigate closure isn’t being passed a parameter and is only being called when isActive is true. I believe the onNavigate closure should also be called when isActive becomes false 🤔