We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14bc4a commit b432d38Copy full SHA for b432d38
client/src/blog/post.tsx
@@ -15,7 +15,6 @@ import {
15
AuthorMetadata,
16
} from "../../../libs/types/blog";
17
import {
18
- useCollectSample,
19
useCopyExamplesToClipboardAndAIExplain,
20
useRunSample,
21
} from "../document/hooks";
@@ -191,7 +190,6 @@ export function BlogPost(props: HydrationData) {
191
190
);
192
const { doc, blogMeta } = data || props || {};
193
useRunSample(doc);
194
- useCollectSample(doc);
195
useCopyExamplesToClipboardAndAIExplain(doc);
196
return (
197
<>
0 commit comments