question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JS Error on the "verify mnemonic seed" page

See original GitHub issue

JS Error

Warning: Each child in a list should have a unique "key" prop.
Check the render method of `VerifyMnemonic`.

Preflight Checklist

Issue Details

  • Current DeFi App Version:
    • 2.1.12
  • Previous DeFi App Version:
    • 2.1.11
  • Operating System (OS):
    • MacOS

Screenshot(s) / screen recording(s) of issue

Video: https://siasky.net/_BFD91wGT8ZynRvuhgyc9yCyVK95k4E8OLKOw1bAKjGDKA Screenshot: https://siasky.net/fAI1xFjLjzPo7a66zeZKOyrwrGHiqDtQOl8ndNiBzBBcwQ

Actual Behavior

1. Start and open the app
2. Open Developer Tools
2. Go to wallet page
3. Click `create a new wallet`

4. Click on `I’ve copied down the 24 words in the exact order`
5. See the console

Expected Behavior

No JS error occurs

Logs

Archiv.zip

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
izzycsycommented, Jan 31, 2021

Hi @sergejmueller , update v2.1.15 is out.

Do give a thumbs up to this comment if your issue has been resolved, otherwise, provide new information (include screenshots) and app logs. Thank you.

0reactions
sergejmuellercommented, Jan 31, 2021

Solved & Closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failing in convert a mnemonic to a seed for a solana wallet
Check this let a = new Uint8Array(buffer.toJSON().data.slice(0,32)) const key = Keypair.fromSeed(a);. I tried the above and this works. key ...
Read more >
Mnemonic is converted to seed differently than in Daedalus #5
I found out that when I run index.html after building everything as suggested in the readme, the generated seed does not correspond with...
Read more >
Cannot Import Wallet "Invalid mnemonic phrase" Error
What to do if I get “Invalid mnemonic phrase” error? The Recovery Phrase is the master key for all your assets. All Private...
Read more >
Mnemonic Seed - A simple explanation of BIP39.
Validate Mnemonic ​​ A mnemonic sentence is built using entropy plus a checksum. Warning: Do not create a mnemonic sentence by randomly generating...
Read more >
How to use the bip39.mnemonicToSeedSync function in bip39
function toPkey (mnemonic, type) { console.log(mnemonic, type) if (!validateMnemonic(mnemonic)) { throw new Error('Wrong seed format. Seed must be 12 words.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found