Skip to content

Commit

Permalink
[RNMobile] Add core-js relative indexing method polyfills (#49749)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot authored Apr 12, 2023
1 parent b7a1078 commit 71f1f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-editor/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'react-native-url-polyfill/auto';
* Babel polyfills
*/
import 'core-js/features/array/flat-map';
import 'core-js/proposals/relative-indexing-method';

/**
* WordPress dependencies
Expand Down

1 comment on commit 71f1f6d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 71f1f6d.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4678936689
📝 Reported issues:

Please sign in to comment.