trufflesuite / drizzle

Reactive Ethereum dapp UI suite
906 stars 238 forks source link

this.setState() triggers TypeError: this.context.drizzle.web3.utils is undefined #64

Open 0xrubes opened 4 years ago

0xrubes commented 4 years ago

Disclaimer, Im not very familiar with React, but I would really appreciate any input. However, any use of this.setState() in App.js throws me this error. Maybe I am just missing a file somewhere? For example, if I execute this in componentDidMount():

this.setState({"drizzle": drizzle})

I receive this (1/4 error): utils is undefined