trufflesuite / drizzle-react-components-legacy

A set of useful components for common dapp UI elements.
96 stars 70 forks source link

solves #90: fix warnings #94

Closed mwaeckerlin closed 5 years ago

mwaeckerlin commented 5 years ago

Fixes #90 warnings in the console: ContractForm.propTypes for contracts and accounts should be object, not array.

rahulmutt commented 5 years ago

I just encountered those warnings and this looks like the precise fix.

The actual structure of the state (at least for accounts) is shown here: https://github.com/trufflesuite/drizzle/issues/132

honestbonsai commented 5 years ago

LGTM