Daniel Trojanowski

Results 4 issues of Daniel Trojanowski

We're using a yield optimizer which requires us to use a proprietary function for refreshing slot instead of `googletag.pubads().refresh()` (for header bidding etc.). This PR allows that by specifying the...

Thanks to that previous value of `data` is shown while loading new one and `networkStatus` should have a correct value in that case BREAKING CHANGE: previous value of `data` is...

Right now errors are returned as a part of the `useQuery` result. Maybe a better idea would be to throw them and recommend to use [Error Boundaries](https://reactjs.org/docs/error-boundaries.html#introducing-error-boundaries) instead (at least...

There are some known suspense-only issues which I tried to solve but decided to wait until Suspense for data fetching is considered ready by the React team - maybe they'll...