I get this error from Moralis.EvmApi.token.getMultipleTokenPrices
TypeError: Cannot read properties of null (reading ‘tokenName’)
at EvmErc20Price.fromJSON (index.js:6066:1)
at index.js:7061:1
at Array.map ()
at Object.parseResponse (index.js:7061:1)
at OperationV3Resolver. (index.js:437:1)
at step (index.js:149:1)
at Object.next (index.js:130:1)
at fulfilled (index.js:120:1)
my response in network tab -
[null, {…}, {…}]
I believe the SDK doesn’t handle null object or api should not event get null object at all
Please Fix it
Thanks