Daniel Kim
Daniel Kim
@thallgren ah, Sorry for deletion. I understood exactly and that seems resonable.
@victorybiz hey my friend i have a same issue, did you have ever made a fork or some fixed version?
Something i missed to tell is that my component sometimes triggers `EasyRefreshController.callRefresh()` in the middle of scrollView, programtically.. in detail when i need to refresh contents after calculate cache datetime,...
```js resolveWork = (props) => { this.setState({ completed: false, data: null, error: null, workingProps: props }) ... if (isPromise(workDefinition)) { // Asynchronous result. return workDefinition .then((data) => { if (this.unmounted...
is this project alive?
Try [gql_dio_link](https://github.com/gql-dart/gql/tree/master/links/gql_dio_link)
Same problem here..
I think this is a breaking change..... what do you think about set omit_getters default value as false for backward compatibility. either increase major version?
I found that optional props seems to not be recognized.. eg. `{ theme?: "dark"|"light" }` or `{ theme: "dark"|"light"|undefined }`