-
Notifications
You must be signed in to change notification settings - Fork 367
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
hotfix: Notification Menu crash due to null value #9331
hotfix: Notification Menu crash due to null value #9331
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll make a ticket to refactor this file.
- It's another case of crashing the browser where we could error a bit more gracefully (try/catch)
- We've got 100s of instances of entity.label handled in various ways which we should try to consolidate
5 failed tests on run #4577 ↗︎
Details:
firewalls/update-firewall.spec.ts • 1 failed test
images/create-linode-from-image.spec.ts • 2 failed testsfirewalls/create-firewall.spec.ts • 1 failed test
images/smoke-create-image.spec.ts • 1 failed test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Description 📝
Fixes a bug that causes the app to crash when opening the Notification Menu.
Major Changes 🔄
Entity
type inapi-v4
package to reflect the possibility of a nulllabel
applyLinking
functionHow to test 🧪
entity_transfer
)