Casey
Casey
I'm also having this issue, but I haven't been able to work out the true reason for the revert. Is this only occuring for "SafeMath: multiplication overflow"? I"m confident it's...
Also finding this when trying to pass in a Link for react-router. The `````` tag in my string is converted to `````` and so doesn't work. Any solution?
Also having trouble with this but with react routers Link component, it is converted to link and so doesn't work.
Try this https://stackoverflow.com/a/43558609/6755649 and make sure you pass the Components that you want rendered correctly (without being converted to lowercase html tags) to JsxParser in the components prop
any update on this?
As per https://github.com/MetaMask/web3-provider-engine "This package was originally created for MetaMask and is being phased out in favor of [json-rpc-engine](https://www.npmjs.com/package/json-rpc-engine) and [eth-json-rpc-middleware](https://www.npmjs.com/package/eth-json-rpc-middleware). As such, we will no longer be accepting changes...
@gianglevan94 > try remove e.preventDefault(); on line 109 EventCapture.js This didn't work for me, any other ideas? EDIT: It does prevent the error, however the page still scrolls when zooming....