trezor / trezor-suite

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

TypeError: Cannot read properties of undefined (reading 'includes') #12018

Open sentry-io[bot] opened 7 months ago

sentry-io[bot] commented 7 months ago

Sentry Issue: TREZOR-SUITE-YDY

TypeError: Cannot read properties of undefined (reading 'includes')
  at AQ (/js/main.3454090d.js:1:1272596)
  at ki (/js/react.aee79dff.js:2:127284)
  at ku (/js/react.aee79dff.js:2:184139)
  at ws (/js/react.aee79dff.js:2:173291)
  at gs (/js/react.aee79dff.js:2:173219)
...
(5 additional frame(s) were not displayed)
marekrjpolak commented 7 months ago

It's this one https://github.com/trezor/trezor-suite/blob/develop/packages/suite/src/components/wallet/WalletLayout/AccountsMenu/AcccountSection.tsx#L41, but I don't know why it fails. My first guess was that TGOR wasn't migrated away properly, but it seems it was. :man_shrugging: Cc: @AdamSchinzel