ItsJonQ / g2

✨ An experimental reimagining of WordPress components
http://g2-components.com/
MIT License
105 stars 12 forks source link

Utils: Resolve dependencies #184

Closed ItsJonQ closed 3 years ago

ItsJonQ commented 3 years ago

From the utils package, array-move is causing E2E issues for Gutenberg: https://github.com/WordPress/gutenberg/pull/27594/checks?check_run_id=1520249117

On top of that, there could be things that could be refactored in the utils package to better prepare it for Gutenberg. See this branch: https://github.com/WordPress/gutenberg/tree/try/add-ui-utils-package

ItsJonQ commented 3 years ago

Also! Adjust usage of import _ from 'lodash' to help with dead-code elimination

https://github.com/ItsJonQ/g2/blob/4c40577ad3e956f6ce5b35f0ac669a9eac744e7d/packages/utils/src/is.js#L1