Closed mwaeckerlin closed 5 years ago
There are some Warnings in the development branch that should be eliminated:
Warning: Failed prop type: Invalid prop accounts of type object supplied to LoadingContainer, expected an array. in LoadingContainer Warning: Failed prop type: Invalid prop contracts of type object supplied to ContractData, expected array. in ContractData
Warning: Failed prop type: Invalid prop accounts of type object supplied to LoadingContainer, expected an array. in LoadingContainer
accounts
object
LoadingContainer
Warning: Failed prop type: Invalid prop contracts of type object supplied to ContractData, expected array. in ContractData
contracts
ContractData
array
As far as I understand, in popTypes contracts: should be PropTypes.object.isRequired instead of PropTypes.array.isRequired.
popTypes
contracts:
PropTypes.object.isRequired
PropTypes.array.isRequired
There are some Warnings in the development branch that should be eliminated: