trezor / trezor-suite

Trezor Suite Monorepo
https://trezor.io/trezor-suite
Other
709 stars 247 forks source link

Local server error due to zlib #8560

Closed juriczech closed 1 year ago

juriczech commented 1 year ago

After adding @ethereumjs/utils into suite-common/wallet-utils, zlib got included into react-native app bundle and broke dev server.

juriczech commented 1 year ago

Hotfix was added to prevent this from breaking development. Proper solution should be implemented and this file removed https://github.com/trezor/trezor-suite/pull/8559