-
Notifications
You must be signed in to change notification settings - Fork 158
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
fix(masthead): fix undefined error in locale call #8142
Conversation
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
Deploy preview created for package Built with commit: 16ccf565832f65dbd6bc772a0c87a328d7329c5c |
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.
LGTM!
Related Ticket(s)
No related issue
Description
There are a number of
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
errors happening in the masthead/footer. This is an attempt to fix this.Need to run the integration tests to see if this fixes the issues.
Changelog
Changed
axios
to~0.21.4