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 adf0efe commit 051267dCopy full SHA for 051267d
src/app/feed/[id].tsx
@@ -8,6 +8,7 @@ export default function Post() {
8
const local = useLocalSearchParams<{ id: string }>();
9
10
const { data, isLoading, isError } = usePost({
11
+ //@ts-ignore
12
variables: { id: local.id },
13
});
14
0 commit comments