cribeiro84 / azure-devops-pull-request-hub

Azure DevOps Pull Request Manager Hub
MIT License
59 stars 35 forks source link

Error in DropdownFilterBarItem.js in Edge(Chromium) #137

Closed bnm27 closed 4 years ago

bnm27 commented 4 years ago

After the update to 1.20200728.1 the hub no longer loads in Edge (Chromium) Version 86.0.587.0 (Official build) dev (64-bit)

Console shows the following errors

TypeError: Cannot read property 'text' of undefined
    at n.renderSelectedItems (DropdownFilterBarItem.js:87)
    at a (DropdownExpandableButton.js:11)
    at Ho (react-dom.production.min.js:150)
    at Ri (react-dom.production.min.js:178)
    at Fa (react-dom.production.min.js:232)
    at za (react-dom.production.min.js:233)
    at Ss (react-dom.production.min.js:249)
    at Is (react-dom.production.min.js:248)
    at gs (react-dom.production.min.js:245)
    at Ha (react-dom.production.min.js:243)

DropdownFilterBarItem.js:87 Uncaught (in promise) TypeError: Cannot read property 'text' of undefined
    at n.renderSelectedItems (DropdownFilterBarItem.js:87)
    at a (DropdownExpandableButton.js:11)
    at Ho (react-dom.production.min.js:150)
    at Ri (react-dom.production.min.js:178)
    at Fa (react-dom.production.min.js:232)
    at za (react-dom.production.min.js:233)
    at Ss (react-dom.production.min.js:249)
    at Is (react-dom.production.min.js:248)
    at gs (react-dom.production.min.js:245)
    at Ha (react-dom.production.min.js:243)

This appears to be working fine in Chrome Version 84.0.4147.89 (Official Build) (64-bit)

cribeiro84 commented 4 years ago

I'm sorry for this inconvenience @bnm27. It was not supposed to happen but there is a workaround for that. Please go to developer tools (F12) > Application tab > Local Storage and remove/delete all entries related to the domain https://caribeiro84.gallerycdn....

Please let me know in case it does not fix the issue.

Thanks a lot

bnm27 commented 4 years ago

That worked, thanks!!!

I had actually already tried clearing local storage, but apparently the "Clear site data" wasn't enough

cribeiro84 commented 4 years ago

Great! Thanks a lot for the feedback.