Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: this.props.onBlur is not a function #8366

Closed
sentry-io bot opened this issue Apr 20, 2020 · 2 comments
Closed

TypeError: this.props.onBlur is not a function #8366

sentry-io bot opened this issue Apr 20, 2020 · 2 comments
Labels
area-UI Relating to the user interface. type-bug

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 20, 2020

Sentry Issue: METAMASK-8D64

TypeError: this.props.onBlur is not a function
  at onBlur (ui/app/components/ui/currency-input/currency-input.component.js:103:16)
  at func (ui/app/components/ui/unit-input/unit-input.component.js:64:37)
  at Array.forEach (<anonymous>)
...
(13 additional frame(s) were not displayed)
@kumavis
Copy link
Member

kumavis commented Apr 20, 2020

seems that while ui/app/components/ui/unit-input/unit-input.component.js implements a guard for props.onBlur, ui/app/components/ui/currency-input/currency-input.component.js does not

@kumavis kumavis added area-UI Relating to the user interface. type-bug labels Apr 20, 2020
@whymarrh
Copy link
Contributor

whymarrh commented May 3, 2020

This is fixed on develop via #7824

@kumavis kumavis closed this as completed May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-UI Relating to the user interface. type-bug
Projects
None yet
Development

No branches or pull requests

2 participants