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
It appear that placing the await inside of async apply(clientHandler) causes crashes on some older Safari IOS browsers (on client side navigation), the cause may be related to some conflicts / scoping issues between nested async
The setParams functions were never called on those browsers.
The text was updated successfully, but these errors were encountered:
KhoaNguy3n
changed the title
await inside of async apply(clientHandler) causes crashes on older Safari IOS
await inside of async apply(clientHandler) causes crashes on older Safari IOS
Sep 3, 2020
@tirthbodawala
await
inside ofasync apply(clientHandler)
causes crashes on some older Safari IOS browsers (on client side navigation), the cause may be related to some conflicts / scoping issues between nestedasync
setParams
functions were never called on those browsers.The text was updated successfully, but these errors were encountered: