-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Labels
🐛 bug
Unresolved bug
Comments
What was the solution for this to be closed? I am getting the same error also on Firefox. |
What version of FireFox? |
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. |
any news on this? |
I managed to fix it using the solutions mentioned here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. 😅
keystone/packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/index.tsx
Line 579 in b8beced
The text was updated successfully, but these errors were encountered: