You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This error shows on the console window when loading the "Reviews" screen:
Uncaught (in promise) TypeError: Cannot destructure property 'id' of 'I' as it is undefined.
at index-osyma6T4.js:1422:16419
at Array.map ()
at _ (index-osyma6T4.js:1422:16402)
To Reproduce
Goto the Reviews screen and observe the console
The text was updated successfully, but these errors were encountered:
@mkimberlin Yes, only locally, I can't duplicate on dev either. Additional steps,, it does require creating a review-first: I dropped my local/podman database and re-created. I go to create a new Review,,, I fill in the dates. I then add "Awesome Baboon" and assign him a reviewer (Mighty Kangaroo),,, I then remove all other reviewees. Upon doing the "approval", I get the error. I then get the error whenever I go back to the Reviews screen
Yes, I can still duplicate with the current develop branch. My steps: I drop my existing local Podman-database and re-create it (not neccessary, but just to show it happens with a "fresh start"),,, I then create a review and fill in the dates at the top,,, I then assign another member, "Mighty Baboon",,, and then navigate to home screen, and then when clicking back to the "reviews" screen, the error appears
Describe the bug
This error shows on the console window when loading the "Reviews" screen:
Uncaught (in promise) TypeError: Cannot destructure property 'id' of 'I' as it is undefined.
at index-osyma6T4.js:1422:16419
at Array.map ()
at _ (index-osyma6T4.js:1422:16402)
To Reproduce
Goto the Reviews screen and observe the console
The text was updated successfully, but these errors were encountered: