interface icon indicating copy to clipboard operation
interface copied to clipboard

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

Open danieln-12 opened this issue 3 years ago • 1 comments

URL

https://app.uniswap.org/#/vote?chain=mainnet

Error

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

Stacktrace

TypeError: Cannot read properties of undefined (reading 'split')
    at https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:16005
    at Array.map (<anonymous>)
    at https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:15826
    at Array.map (<anonymous>)
    at https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:15266
    at Object._i [as useMemo] (https://app.uniswap.org/static/js/35.f1b0d140.chunk.js:2:3432674)
    at t.useMemo (https://app.uniswap.org/static/js/35.f1b0d140.chunk.js:2:3350521)
    at J (https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:14990)
    at ne (https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:16764)
    at kt (https://app.uniswap.org/static/js/42.94a4d8c7.chunk.js:1:50793)

Device data

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

danieln-12 avatar Dec 18 '22 05:12 danieln-12

I also have this problem

TDamiao avatar May 24 '25 19:05 TDamiao