Lubo Chenchev
Lubo Chenchev
I recently made a duplicate issue and was asked to check this one. What I proposed there was very similar to @sophiebits' approach, but still looks a bit simpler to...
@Bazzer588 I think its due to the object value kept in state under the variable name of `data`. I don't know why but objects in state always invalidate memoization and...
I also just happened to have bumped into this issue while upgrading to the latest version of SWR. What's more, typing it out like ```ts useSWR(key, { dedupingInterval: 5000, suspense:...