-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Sev2-normalAn issue that may lead to users misunderstanding some limited risks they are takingAn issue that may lead to users misunderstanding some limited risks they are takingtype-bugSomething isn't workingSomething isn't working
Description
Description
Error:
com.facebook.react.common.JavascriptException: TypeError: null is not an object (evaluating 'w.fastGwei'), stack:
saveCustomGasSelection@2989:9834
Technical Requirements
- Handle undefined
fastGweifield. This is most likely caused by undefinedbasicGasEstimates, so may need to dig into why that is undefined. - Properly handle/render condition where
fastGweiis undefined. - This issue lives in the CustomGas
index.jsfile
Acceptance Criteria
- Hardcode either
basicGasEstimatesorfastGweito be undefined and ensure component is gracefully rendering properly.
References
Related to #2671
This is most likely the same problem causing #2761
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Sev2-normalAn issue that may lead to users misunderstanding some limited risks they are takingAn issue that may lead to users misunderstanding some limited risks they are takingtype-bugSomething isn't workingSomething isn't working