Skip to content

Commit

Permalink
Merge pull request #1668 from SUI-Components/feature/PI-68247/add-Fla…
Browse files Browse the repository at this point in the history
…tMap-polyfill

feat(packages/sui-polyfills): add FlatMap polyfill
  • Loading branch information
Alisa-InWonderland authored Nov 23, 2023
2 parents 71d52c5 + fe6c9db commit d96c53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sui-polyfills/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require('core-js/features/array/fill')
require('core-js/features/array/find-index')
require('core-js/features/array/find')
require('core-js/features/array/flat')
require('core-js/features/array/flat-map')
require('core-js/features/array/from')
require('core-js/features/array/includes')
require('core-js/features/array/is-array')
Expand Down

0 comments on commit d96c53a

Please sign in to comment.