Evgeny Klinnikov

Results 2 issues of Evgeny Klinnikov

It's impossible to wraph Header, Content and Footer with custom components. Because of te `getItem` realization its impossible to render something like that: ``` const CustomHeader = (props) => {...

low-priority

**Describe the bug** `useFetch` with `refetchOnFocus` is ignoring `disable` prop. **To Reproduce** Steps to reproduce the behavior: 1. make a `useFetch` with `disabled: true` and `refetchOnFocus: true` 2. refocus tab...