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 issue is present due to the use of Array.prototype.at(). It is used several times in ResourcePage to, for example, split apart the basename of a file. CanIUse shows that this js array built-in is not supported on Safari <= 15.2 (so pretty much all current safari versions that are not in beta/bleeding edge).
aaraney
pushed a commit
to aaraney/hydroshare_jupyter_sync
that referenced
this issue
Jan 26, 2022
Known bug that the frontend does not support safari at the moment. Will work to resolve this soon, hopefully in the next day or so.
The text was updated successfully, but these errors were encountered: