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
The call to the iOS function in 2.3.1 here breaks SSR support because the navigator object is not available during SSR. I guess it should be set to null initially and lazy loaded once in onMount instead?
The text was updated successfully, but these errors were encountered:
The call to the
iOS
function in 2.3.1 here breaks SSR support because thenavigator
object is not available during SSR. I guess it should be set tonull
initially and lazy loaded once inonMount
instead?The text was updated successfully, but these errors were encountered: