Files
swift-composable-architectu…/Sources/ComposableArchitecture/SwiftUI
Stephen Celis c76914ee09 Runtime warn when stack integration is missing from store's reducer (#3048)
* Runtime warn when reducer is missing stack integration

If SwiftUI writes to a binding and the state is invalid (it is not
inserting or removing elements from the stack), then the most likely
cause is a missing `forEach` in the reducer (or a missing integration in
some parent reducer).

This commit adds a runtime warning to detect this issue.

* wip
2024-05-06 12:18:36 -07:00
..
2024-02-01 15:43:52 -08:00
2024-02-02 10:18:52 -08:00
2024-02-02 10:18:52 -08:00
2024-02-02 10:18:52 -08:00