Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patterns: enable cross-browser support for pattern uploading (#64123)
* Uploading pattern JSON files was triggering an error in Firefox "categoryMap.values().find is not a function". categoryMap.values() method returns an iterator. Iterator.find() doesn't have wide browser support. It doesn't work in Firefox, Safari and others. Converting categoryMap.values() iterator to an array allow the use of find() Co-authored-by: ramonjd <[email protected]> Co-authored-by: andrewserong <[email protected]>
- Loading branch information