gitcoinco / grants-stack

Round Manager & Grant Explorer & Project Builder of the Grants Protocol
Other
321 stars 160 forks source link

Unable to view cart in Opera or Chrome on Linux Mint 21 #3710

Open steviedeeee opened 5 hours ago

steviedeeee commented 5 hours ago

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

// ... 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 ...
linear[bot] commented 5 hours ago

PAR-578 Unable to view cart in Opera or Chrome on Linux Mint 21