v2.0.1
#2366
Replies: 1 comment
-
I tried interface Data {}
export function useData() {
const obj = useSWR<Data>('data', { suspense: true });
console.log(obj.data, obj.isLoading);
} Here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
New Contributors
Full Changelog: 2.0.0...v2.0.1
This discussion was created from the release v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions