Closed ilanolkies closed 5 years ago
I'm trying to use a ContractData to query a method which response is
ContractData
[ BigNumber { s: 1, e: 0, c: [ 0 ] }, '0x0000000000000000000000000000000000000000', BigNumber { s: 1, e: 0, c: [ 0 ] } ]
This type of object is not supported to be displayed: objects inside a list.
https://github.com/trufflesuite/drizzle-react-components/blob/2dda732ab9ce17e19693495647048f7b62de6aaf/src/ContractData.js#L60
It should display the structures recursively.
@ilanolkies This looks to be the same as #6, which just got closed. Please reopen if you still experience issues.
Thanks. I'll test it ASAP
I'm trying to use a
ContractData
to query a method which response isThis type of object is not supported to be displayed: objects inside a list.
https://github.com/trufflesuite/drizzle-react-components/blob/2dda732ab9ce17e19693495647048f7b62de6aaf/src/ContractData.js#L60
It should display the structures recursively.