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

Cannot read properties of undefined (reading 'thumbnailUrl') when deleting remote obs #103

Open
tomsaleeba opened this issue Sep 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tomsaleeba
Copy link
Collaborator

tomsaleeba commented Sep 7, 2022

Tested on commit 76321e3

Steps:

  • launch app
  • open detailed view for a remote obs
  • delete the obs

Expected:

  • user is returned to the obs list
  • deleted obs is no longer visible
  • no errors in the JS console

Actual:

  • we're returned to the obs list ✔️
  • two errors are shown in the JS console (see screenshot)
  • an empty obs item is shown in the list (see screenshot)

Notes:
After the status check to the facade is done and the local record is deleted, the empty obs item is gone and the UI is correct. The bug only exists while the delete is pending.

image

@tomsaleeba tomsaleeba added the bug Something isn't working label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant