Commit Graph

3 Commits

Author SHA1 Message Date
Stephen Celis
f02fab5000 Allow an alert to present another alert (#3309)
* Allow an alert to present another alert

When we added support for vanilla SwiftUI modifiers, we lost the ability
to present one alert after another because `nil` writes to the alert
bindings unconditionally dismissed the feature, even if the feature was
freshly presented.

This fixes things by suppressing dismissal when the identity of a
presented item has changed.

Fix #3272.

* wip
2024-08-26 15:19:08 -07:00
Stephen Celis
c383ce6e94 Fix SwiftSyntax 510 / Xcode 15.3 warnings (#2909)
* Fix SwiftSyntax 510 / Xcode 15.3 warnings

* fix

* wip

* wip
2024-03-11 18:27:52 -07:00
Brandon Williams
188ecd18d2 Don't replay changes to invalidated child stores. (#2633)
* Don't replay changes to invalidated child stores.

* wip

* backport fix from observation-beta

---------

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2023-12-08 09:11:15 -08:00