We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2efa1 commit 4c5e937Copy full SHA for 4c5e937
1 file changed
app/[docs_id]/section.tsx
@@ -76,7 +76,7 @@ export function Section({ section, sectionId }: SectionProps) {
76
<div>
77
<Heading level={section.level}>{section.title}</Heading>
78
<StyledMarkdown content={section.content} />
79
- <ChatForm key={sectionId} documentContent={section.content} sectionId={sectionId} />
+ <ChatForm documentContent={section.content} sectionId={sectionId} />
80
</div>
81
</SectionCodeContext.Provider>
82
);
0 commit comments