Open
Description
As @joshheald reported in Slack (p1723573472519839/1723573268.919809-slack-CGPNUU63E):
I've found that LazyNavigationLink doesn't work under all circumstances in iOS 17.
For Payments usages, I've removed it in favour of the
navigationDestination(isPresented: destination)
built-in modifier, which works well as long as you useNavigationStack
, notNavigationView
There are a few other places it's used... so it would be good if people more familiar with Coupons, Bundle products, Components, and the address forms could look those over and check they still work properly in iOS 17.
Places to check where it's being used:
-
AddEditCoupon
-
BlazeCampaignCreationForm
-
ComponentsList
(composite products) -
ConfigurableBundleItemView
-
CouponRestrictions
-
CustomersListView
-
SingleAddressForm
-
ProductSelectorView