JamesSedlacek / Routing

SwiftUI library for abstracting navigation logic from views
MIT License
353 stars 19 forks source link

remove .body from navigationDestination #38

Closed ahmed-yamany closed 4 months ago

ahmed-yamany commented 4 months ago

no need to use view.body because Routable already is a View and using .body may affect @StateObject and cause unknown behavior