Tobbe

Results 6 comments of Tobbe

Same issue with 3.5.3 (3.5.3.1804)

I dont think we need `isSuccess`? Because if `x.error` has value or `x.isValidating`/`x.isLoading` is `true`. Then we can assume `isSuccess` is false right? Could this do? ``` export type SWRResponse...

Yea true! `x.data` can be both `undefined` and `some value` while isValidating. Im not sure why data can be undefined in that case 🤔 useSWR hook must do something. Ill...

@sanding0 do you know why wasnt this merged? it would be great!! Or is there a workaround?

> cause there are some interface implements usage that I can't rewrite to union types @tobbbe @manudeli Which ones? Can we help? 😊

I dont think we need `isSuccess`? Because if `x.error` has value or `x.isValidating`/`x.isLoading` is `true`. Then we can assume isSuccess is false right?