You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oskarleonard then why you think its about drivition path? if you turn off the custom drivition path is passing?
Yes, works if i turn off derivation path. We are using two sources of truth for this and never initialize redux with the default value when setting it to true. Which means that customDerivationPath will be undefined. And why it works for Manu in issue is because he is triggering the onChange here
So this issue is very related to this, and both need to be kept in mind when fixing this.
Expected behavior
When user adds a new account and make no change to the pre filled derivation path the default should be used.
Actual behavior
Making no change to the pre filled value will try to create the account with an undefined derivation path and lead to error
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
v3
The text was updated successfully, but these errors were encountered: