Skip to content

TypeError: null is not an object (evaluating 'w.fastGwei') #2762

@estebanmino

Description

@estebanmino

Description

Error:

com.facebook.react.common.JavascriptException: TypeError: null is not an object (evaluating 'w.fastGwei'), stack:
saveCustomGasSelection@2989:9834

Technical Requirements

  • Handle undefined fastGwei field. This is most likely caused by undefined basicGasEstimates, so may need to dig into why that is undefined.
  • Properly handle/render condition where fastGwei is undefined.
  • This issue lives in the CustomGas index.js file

Acceptance Criteria

  • Hardcode either basicGasEstimates or fastGwei to be undefined and ensure component is gracefully rendering properly.

References

Related to #2671
This is most likely the same problem causing #2761

Metadata

Metadata

Assignees

Labels

Sev2-normalAn issue that may lead to users misunderstanding some limited risks they are takingtype-bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions