MetaMask / MetaMask/metamask-mobile
TypeError: Cannot read property 'name' of undefined
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Sentry Issue: [METAMASK-MOBILE-536A](https://metamask.sentry.io/issues/7060098058/?referrer=github_integration)
```
TypeError: Cannot read property 'name' of undefined
at useSelector (app:///index.android.bundle:1:3275659)
at Wallet (app:///index.android.bundle:1:16191981)
at renderWithHooks (app:///index.android.bundle:1:638985)
at beginWork (app:///index.android.bundle:1:656701)
at performUnitOfWork (app:///index.android.bundle:1:674702)
...
(6 additional frame(s) were not displayed)
```
Contributor guide
Research direction
Start with the Sentry report for METAMASK-MOBILE-536A and trace the Wallet entry point through its useSelector call. Determine which value is undefined when the error occurs and define completion as preventing the TypeError without breaking the Wallet screen; the payload does not name a source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100