Tudor Morar
Tudor Morar
Button was added & should be working fine
Hi! If you make an upgrade to version `2.0.2` do you still get the same behaviour?
We have checked your repo and It seems the issue is related to your project setup. We made the same steps in dapp-template, where the issue is not present. So...
Hi! after sending transactions you get a sessionId. You can use that to track your transaction like this: ``` const { successfulTransactions } = useGetSuccessfulTransactions(); const isSessionIdSuccessful = sessionId in...
What you can do is get the transactions from dapp-core by providing signWithoutSending flag true. Then get the signed transaction and send it yourself, and get the response hash. Please...
Here is a dirty workaround: Instead of using DateTimeField, extend it and use the extended component: ``` import React, {PropTypes} from 'react'; import {FormGroup, ControlLabel, FormControl, HelpBlock} from 'react-bootstrap'; import...