johnpatrickmorgan / FlowStacks

FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
MIT License
782 stars 56 forks source link

flowDestination calling multiple times. #77

Open phamdinhduc795397 opened 2 weeks ago

phamdinhduc795397 commented 2 weeks ago

Hello, I discovered an issue with flowDestination. When adding a value to FlowPath or Routes, flowDestination is called multiple times.

johnpatrickmorgan commented 1 week ago

Thanks for raising this. I think it will be necessary to add some caching to avoid calling the closure repeatedly. I will investigate that.

phamdinhduc795397 commented 1 week ago

Hi @johnpatrickmorgan, do you have any suggestions for caching?