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

Import missing keypair modal is broken in main wallet screen #16773

Open
anastasiyaig opened this issue Nov 19, 2024 · 1 comment
Open

Import missing keypair modal is broken in main wallet screen #16773

anastasiyaig opened this issue Nov 19, 2024 · 1 comment
Labels
bug Something isn't working wallet-team
Milestone

Comments

@anastasiyaig
Copy link
Contributor

anastasiyaig commented Nov 19, 2024

Bug Report

Description

Screen.Recording.2024-11-19.at.11.28.33.mov

Steps to reproduce

  1. on device 1, create account
  2. on device 2, sync with device 1
  3. on device 1, add one more account with seed phrase imported
  4. on device 2, open wallet and click the recently added account.
  5. on the account details, click Import missing keypair button

Expected behavior

Clicking the button reveals the modal

Image

Actual behavior

Image

WRN 2024-11-19 08:28:35.118Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'privateKeyAccAddress' of undefined" file=qrc:/imports/shared/popups/keypairimport/stores/KeypairImportStore.qml:22 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'enteredPrivateKeyMatchTheKeypair' of undefined" file=qrc:/imports/shared/popups/keypairimport/stores/KeypairImportStore.qml:21 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'selectedKeypair' of undefined" file=qrc:/imports/shared/popups/keypairimport/stores/KeypairImportStore.qml:20 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'stateType' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:67 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'stateType' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:25 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'stateType' of undefined" file=qrc:/imports/shared/popups/keypairimport/stores/KeypairImportStore.qml:56 category=default
WRN 2024-11-19 08:28:35.119Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'stateType' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:168 category=default
WRN 2024-11-19 08:28:35.122Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'stateType' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:188 category=default
WRN 2024-11-19 08:28:35.122Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'displayBackButton' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:153 category=default
WRN 2024-11-19 08:28:35.122Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot read property 'currentState' of undefined" file=qrc:/imports/shared/popups/keypairimport/stores/KeypairImportStore.qml:19 category=default
WRN 2024-11-19 08:28:39.797Z qt warning                                 topics="qt" tid=21727689 text="TypeError: Cannot call method 'doCancelAction' of undefined" file=qrc:/imports/shared/popups/keypairimport/KeypairImportPopup.qml:46 category=default

Additional Information

  • Status desktop version: master from nov 19, 2024
  • Operating System: MacOS
@caybro
Copy link
Member

caybro commented Nov 19, 2024

@micieslak looks like a store refactoring regression to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wallet-team
Projects
Status: No status
Development

No branches or pull requests

2 participants