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

allow restoring from metamask #63

Merged
merged 2 commits into from Sep 4, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Defining metricsEvent prop

  • Loading branch information
ryanml committed Sep 2, 2019
commit 5dce455cd40c0543ed542a3bce438fe2f4e91090
@@ -7,6 +7,7 @@ import PropTypes from 'prop-types'
module.exports = class BraveImportWithSeedPhrase extends ImportWithSeedPhrase {
static contextTypes = {
This conversation was marked as resolved by ryanml

This comment has been minimized.

Copy link
@ryanml

ryanml Sep 2, 2019

Member

Adding metricsEvent: PropTypes.func, to this struct will fix the error mentioned in this PR. Since this one takes precedence in the override it won't be available for the non-extended functions

t: PropTypes.func,
metricsEvent: PropTypes.func,
}

componentDidMount () {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.