Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users page breaks in Safari #9393

Open
mossymaker opened this issue Nov 10, 2024 · 3 comments
Open

Users page breaks in Safari #9393

mossymaker opened this issue Nov 10, 2024 · 3 comments
Assignees
Labels
🐛 bug Unresolved bug

Comments

@mossymaker
Copy link

Safari doesn't support Iterator.prototype.some() yet, which causes the Users page to break.

This was a pretty confusing out of the box experience. 😅

const shouldShowLinkIcon = selectedFields.keys().some((k, i) => !list.fields[k].views.Cell.supportsLinkTo && i === 0)

@dcousens dcousens added the 🐛 bug Unresolved bug label Nov 10, 2024
@jj-matos
Copy link

What was the solution for this to be closed? I am getting the same error also on Firefox.

@dcousens
Copy link
Member

What version of FireFox?
Regression appears to have come from 99b6888

@dcousens dcousens self-assigned this Nov 13, 2024
@davidmclark
Copy link

Same error occurs for me on Safari (all versions) when upgrading Keystone from 6.3.0 to 6.3.1. Am sticking with 6.3.0 until issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unresolved bug
Projects
None yet
Development

No branches or pull requests

4 participants