Uniswap / Uniswap/interface

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

Open
#2,977 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

URL

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

swap state

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

Error

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

Stacktrace

TypeError: Cannot read properties of undefined (reading 'vZeyDRBdmKsbYroJsPkeydownt')
    at addEventListener (chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/userscript.html?name=%25E7%25BD%2591%25E9%25A1%25B5%25E9%2599%2590%25E5%2588%25B6%25E8%25A7%25A3%25E9%2599%25A4.user.js&id=405a2eb5-da29-43d6-98a7-529c1a076402:85:14)
    at https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:600341
    at Array.forEach (<anonymous>)
    at j (https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:600320)
    at https://app.uniswap.org/static/js/main.62d9d18a.chunk.js:1:318468
    at Fs (https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:1314581)
    at https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:1332360
    at Gi (https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:1254900)
    at Ns (https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:1314042)
    at bs (https://app.uniswap.org/static/js/34.851e919d.chunk.js:2:1305532)

Device data

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the crash at https://app.uniswap.org/#/swap with the reported swap state, then inspect the swap entry point and the stack frames in static/js/main.62d9d18a.chunk.js and static/js/34.851e919d.chunk.js. The issue is complete when the reported TypeError can no longer be reproduced in that flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.