interface icon indicating copy to clipboard operation
interface copied to clipboard

Crash report: `TypeError: Cannot read properties of undefined (reading 'circleLogoUrl')`

Open jasonhtpham opened this issue 1 year ago • 0 comments

URL

https://app.uniswap.org/#/swap

swap state

{
  "INPUT": {
    "currencyId": "ETH"
  },
  "OUTPUT": {
    "currencyId": null
  },
  "independentField": "INPUT",
  "typedValue": "",
  "recipient": null
}

Error

TypeError: Cannot read properties of undefined (reading 'circleLogoUrl')

Stacktrace

TypeError: Cannot read properties of undefined (reading 'circleLogoUrl')
    at https://app.uniswap.org/static/js/main.86b651fc.chunk.js:1:793006
    at Sa (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3689420)
    at Of (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3699530)
    at Ss (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3748695)
    at gu (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3735568)
    at mu (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3735496)
    at vu (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3735359)
    at ou (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3732139)
    at iu (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3730690)
    at O (https://app.uniswap.org/static/js/9.11782dee.chunk.js:2:3757270)

Device data

{
  "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36",
  "browser": {
    "name": "Chrome",
    "version": "106.0.0.0",
    "major": "106"
  },
  "engine": {
    "name": "Blink",
    "version": "106.0.0.0"
  },
  "os": {
    "name": "Windows",
    "version": "10"
  },
  "device": {},
  "cpu": {
    "architecture": "amd64"
  }
}

jasonhtpham avatar Oct 13 '22 01:10 jasonhtpham