JS Error on the "verify mnemonic seed" page
See original GitHub issueJS Error
Warning: Each child in a list should have a unique "key" prop.
Check the render method of `VerifyMnemonic`.
Preflight Checklist
- I have searched DeFiChain’s Github Issue Page and none matches my issue
- I have read through How To Submit Issues for DeFi App
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
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Solved & Closed.