Skip to content

Commit 4c5e937

Browse files
committed
ChatFormコンポーネントのkeyプロパティを削除
1 parent 1c2efa1 commit 4c5e937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[docs_id]/section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function Section({ section, sectionId }: SectionProps) {
7676
<div>
7777
<Heading level={section.level}>{section.title}</Heading>
7878
<StyledMarkdown content={section.content} />
79-
<ChatForm key={sectionId} documentContent={section.content} sectionId={sectionId} />
79+
<ChatForm documentContent={section.content} sectionId={sectionId} />
8080
</div>
8181
</SectionCodeContext.Provider>
8282
);

0 commit comments

Comments
 (0)