Open ghost opened 7 years ago
currently im getting an error loading data when i select two currencies.
TypeError: Cannot read property 'price' of undefined on src/handler.js: 51
I got the same error:
You need to account for the potentiality of there not being the expected information in the API request. You can do this by checking if keys are undefined before trying access properties on them.
currently im getting an error loading data when i select two currencies.
TypeError: Cannot read property 'price' of undefined on src/handler.js: 51