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.07k stars 1.41k forks source link

Add `ifLet` SwiftUI integration warning #3089

Closed stephencelis closed 3 months ago

stephencelis commented 3 months ago

We recently added a warning when we detect that forEach wasn't integrated with a reducer when path elements are pushed or popped from the stack, and I realized that we could do similarly for ifLet during dismissal.