Skip to content

fix(explore): Use map for each instead of iterator #93677

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

Zylphrex
Copy link
Member

Iterator forEach is only available for recent browsers. For better compatibility, use the map forEach instead as that has better support.

Fixes JAVASCRIPT-31Q7

Iterator forEach is only available for recent browsers. For better compatibility,
use the map forEach instead as that has better support.

Fixes JAVASCRIPT-31Q7
@Zylphrex Zylphrex requested a review from a team as a code owner June 17, 2025 02:28
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 17, 2025
@Zylphrex Zylphrex merged commit 8d13b71 into master Jun 17, 2025
46 checks passed
@Zylphrex Zylphrex deleted the txiao/fix/use-map-for-each-instead-of-iterator branch June 17, 2025 13:38
billyvg pushed a commit that referenced this pull request Jun 18, 2025
Iterator forEach is only available for recent browsers. For better
compatibility, use the map forEach instead as that has better support.

Fixes JAVASCRIPT-31Q7
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
Iterator forEach is only available for recent browsers. For better
compatibility, use the map forEach instead as that has better support.

Fixes JAVASCRIPT-31Q7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants