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
// ... your code before line 55
const myObject = someFunctionThatReturnsTheObject(); // Replace with your actual code
console.log("myObject:", myObject); // Log the object itself
console.log("myObject.icon:", myObject?.icon); // Use optional chaining to safely access icon
// ... line 55: myObject.icon ...
The text was updated successfully, but these errors were encountered:
What was the URL where the error occurred?
https://explorer.gitcoin.co/?utm_source=gitcoinco&utm_medium=nav&utm_campaign=v2#/cart
What happened?
The cart is not displaying in Opera or Chrome
What should have happened instead?
The cart should display
Steps to Reproduce
Loading the cart
What browser(s) are you seeing the problem on?
Firefox, Chrome
What chain(s) did the error occur on?
Arbitrum
Relevant log output
The text was updated successfully, but these errors were encountered: