We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1348095 commit f167fa8Copy full SHA for f167fa8
1 file changed
examples/react/nextjs-suspense-streaming/src/app/page.tsx
@@ -30,7 +30,7 @@ function useWaitQuery(props: { wait: number }) {
30
},
31
})
32
33
- return [query.data as string, query] as const
+ return [query.data, query] as const
34
}
35
36
function MyComponent(props: { wait: number }) {
0 commit comments