Antonino Manno
Results
2
issues of
Antonino Manno
Hi Kent, I need any suggestion on how to handle sequenced ajax call with custom hooks. I made a rude custom useFetch hook that handle only simple GET requests that...
```javascript const {links, history} = this.props ``` **Expected**: No error. **Actual**: ESlint: missing variable type annotation. (flowtype-/require-variable-type) Maybe I'm missing something, but I can't figure out a valid configuration for...
enhancement