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
eatyourgreens
changed the title
Project hoe page: workflow loading broken in Safari.
Project home page: workflow loading broken in Safari.
Sep 28, 2020
Package
app-project
Describe the bug
The workflow selector in the project Hero component shows: 'There was an error fetching the workflows :('
To Reproduce
Load any project home page that has active workflows eg. https://frontend.preview.zooniverse.org/projects/cseidenstuecker/every-name-counts
Safari 12.1 on macOS 10.14
The culprit is
Promise.allSettled
here, which isn't supported in Safari 12. It should fallback toPromise.all
instead of failing.front-end-monorepo/packages/app-project/src/screens/ProjectHomePage/components/Hero/helpers/fetchWorkflowsHelper/fetchWorkflowsHelper.js
Lines 12 to 14 in ab839d2
The text was updated successfully, but these errors were encountered: