You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior
Dawn is using optional chaining. This is supported in safari 13.1 and later.
It is causing JS to break and prevents buyers from adding items to their cart and checking out.
Since we officially need to support the latest two versions of safari, this needs to be removed.
Describe the current behavior
Dawn is using optional chaining. This is supported in safari 13.1 and later.
It is causing JS to break and prevents buyers from adding items to their cart and checking out.
Since we officially need to support the latest two versions of safari, this needs to be removed.
Related issue #266
Version information (Dawn, browsers and operating systems)
Possible solution
Remove optional chaining from Dawn
The text was updated successfully, but these errors were encountered: