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
Calling remove on the menu while promises are resolving (such as GETting menu items from an external API) will result in an Uncaught (in promise) TypeError: Cannot read property '1' of undefined.
The text was updated successfully, but these errors were encountered:
Calling remove on the menu while promises are resolving (such as GETting menu items from an external API) will result in an
Uncaught (in promise) TypeError: Cannot read property '1' of undefined
.The text was updated successfully, but these errors were encountered: