Puzzled by the two statements execution sequence.
what if line 1 succeeded and line 2 is ignored?
what if line 2 succeed while line 1 still pending and missing the message?
may be a better way is place content of page 2 to page 1:
page1 && <Page1 /> || page2 && <Page2 />
PRD question
BTW, does exprt mnemonic and export private key make sence and is regular to wallet?
why not export keystore?
https://github.com/rebase-network/synapse-extension/blob/bb8fc827adca2ab2281480dd068858d1882ccbf4/src/ui/pages/ExportMnemonic/index.tsx#L100-L104
Puzzled by the two statements execution sequence. what if line 1 succeeded and line 2 is ignored? what if line 2 succeed while line 1 still pending and missing the message?
may be a better way is place content of page 2 to page 1:
PRD question
Export private key
has the same question