error on deleting a comment

0
I get this error when I delete a comment— “Cannot read properties of null (reading 'getGuid') TypeError: Cannot read properties of null (reading 'getGuid')     at S.<computed>.E._fetchCurrentLabels (http://localhost:8080/widgets/LabelSelect/widget/LabelSelect.js?637745868668244655:82:121)     at S.<computed>.E.<anonymous> (http://localhost:8080/widgets/LabelSelect/widget/LabelSelect.js?637745868668244655:225:38) “ How to solve it?
asked
1 answers
0

This is somewhat cumbersome but very reliable troubleshooting strategy: Deleting elements on your page and each time rerun the application, see if it still happens.

My first guess would be the page-elements that take some time to load, like images.

answered