truffle-box / drizzle-box

This box comes with everything you need to start using smart contracts from a react app with Drizzle. It includes drizzle, drizzle-react and drizzle-react-components to give you a complete overview of Drizzle's capabilities.
MIT License
312 stars 71 forks source link

Not working with Metamask 4.14 #57

Closed stobiewan closed 5 years ago

stobiewan commented 5 years ago

Tested with metamask 4.13 and everything was fine. Same code on 4.14 and contract data displays never update, they show the refresh icon and after the tx is included in ganache nothing happens. I guess some message has changed and drizzle never thinks the contract is in sync? But the value stays wrong too.

MarkGeeRomano commented 5 years ago

Can't speak to 4.13 @stobiewan since I'm just trying it out with metamask now, but I can confirm it's not updating the data. Using local truffle instance.

stobiewan commented 5 years ago

This has already been fixed in most up to date drizzle