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

Fix ephemeral dismissal #3286

Closed stephencelis closed 4 weeks ago

stephencelis commented 4 weeks ago

This regression was introduced to fix a UIKit warning, but it causes state to not be nil'd out in SwiftUI. Luckily we caught it before a release.