ItsJonQ / g2

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

Dependencies: ES5 Compat #192

Closed ItsJonQ closed 3 years ago

ItsJonQ commented 3 years ago

An E2E test in Gutenberg is failing as something from the deps. is providing code using const. Need to investigate to resolve this

https://github.com/WordPress/gutenberg/pull/27594#issuecomment-742587544

ItsJonQ commented 3 years ago

Investigated. Not too sure what's up with the dependencies (yet)

https://github.com/WordPress/gutenberg/pull/27594#issuecomment-742652676

ItsJonQ commented 3 years ago

It looks like zustand is causing babel/webpack issues for the Gutenberg repository.

Since we'll be using zustand, I think it'll be good to fork it by copying/pasting the library.

ItsJonQ commented 3 years ago

Resolved with zustand refactor